Debian patch 094-add-man-pages from Tim Retout

This commit is contained in:
Brian Bruns
2010-06-17 19:53:40 -04:00
parent 1eea9754c7
commit 531dad7857
8 changed files with 93 additions and 325 deletions

16
doc/mdb-header.txt Normal file
View File

@@ -0,0 +1,16 @@
NAME
mdb-header - Write header file from an MDB database
SYNOPSIS
mdb-header [<database>]
DESCRIPTION
mdb-header is a utility program distributed with MDB Tools.
It will dump the names and types of the tables and columns in
an MDB database in a C header format.
It will create three files - types.h and dumptypes.[ch]
AUTHORS
The mdb-header utility was written by Brian Bruns