From ef08e815a17af285a41917e93c46f47b222752d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nirgal=20Vourg=C3=A8re?= Date: Thu, 2 Feb 2012 09:25:21 +0100 Subject: [PATCH] Documentation: See also sections, mdb-header ret --- doc/gmdb2.txt | 7 ++++++- doc/mdb-array.txt | 6 +++++- doc/mdb-export.txt | 8 ++++++-- doc/mdb-header.txt | 12 +++++++++++- doc/mdb-hexdump.txt | 6 +++++- doc/mdb-parsecsv.txt | 6 +++++- doc/mdb-prop.txt | 6 +++++- doc/mdb-schema.txt | 6 +++++- doc/mdb-sql.txt | 8 ++++++-- doc/mdb-tables.txt | 8 ++++++-- doc/mdb-ver.txt | 8 ++++++-- 11 files changed, 66 insertions(+), 15 deletions(-) diff --git a/doc/gmdb2.txt b/doc/gmdb2.txt index b7909a9..b657c72 100644 --- a/doc/gmdb2.txt +++ b/doc/gmdb2.txt @@ -21,5 +21,10 @@ ENVIRONMENT * debug_props * debug_all is a shortcut for all debug_* options +SEE ALSO + mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) mdb-array(1) + mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1) + + AUTHORS - The gmdb2 utility was written by Brian Bruns + The gmdb2 utility was written by Brian Bruns. diff --git a/doc/mdb-array.txt b/doc/mdb-array.txt index f4defe5..ba3de94 100644 --- a/doc/mdb-array.txt +++ b/doc/mdb-array.txt @@ -24,5 +24,9 @@ ENVIRONMENT * debug_props * debug_all is a shortcut for all debug_* options +SEE ALSO + gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) + mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1) + AUTHORS - The mdb-array utility was written by Brian Bruns + The mdb-array utility was written by Brian Bruns. diff --git a/doc/mdb-export.txt b/doc/mdb-export.txt index bd847dd..52abcc9 100644 --- a/doc/mdb-export.txt +++ b/doc/mdb-export.txt @@ -37,11 +37,15 @@ ENVIRONMENT * debug_props * debug_all is a shortcut for all debug_* options +SEE ALSO + gmdb2(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) mdb-array(1) + mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1) + HISTORY - mdb-export first appeared in MDB Tools 0\.1 + mdb-export first appeared in MDB Tools 0.1. AUTHORS - The mdb-export utility was written by Brian Bruns + The mdb-export utility was written by Brian Bruns. BUGS Memo fields are allowed to contain a newline characters, the current program does nothing about this. diff --git a/doc/mdb-header.txt b/doc/mdb-header.txt index cd071a4..98a96f5 100644 --- a/doc/mdb-header.txt +++ b/doc/mdb-header.txt @@ -26,5 +26,15 @@ ENVIRONMENT * debug_props * debug_all is a shortcut for all debug_* options +EXIT STATUS + mdb-header exits with error code 1 if there was anunsupported type. + +SEE ALSO + gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) + mdb-array(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1) + AUTHORS - The mdb-header utility was written by Brian Bruns + The mdb-header utility was written by Brian Bruns. + +BUGS + Only a few types are currently supported. diff --git a/doc/mdb-hexdump.txt b/doc/mdb-hexdump.txt index 83a8486..a2eb42d 100644 --- a/doc/mdb-hexdump.txt +++ b/doc/mdb-hexdump.txt @@ -23,5 +23,9 @@ ENVIRONMENT * debug_props * debug_all is a shortcut for all debug_* options +SEE ALSO + gmdb2(1) mdb-export(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) mdb-array(1) + mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1) + AUTHORS - The mdb-hexdump utility was written by Brian Bruns + The mdb-hexdump utility was written by Brian Bruns. diff --git a/doc/mdb-parsecsv.txt b/doc/mdb-parsecsv.txt index 0269f91..621fb29 100644 --- a/doc/mdb-parsecsv.txt +++ b/doc/mdb-parsecsv.txt @@ -31,5 +31,9 @@ ENVIRONMENT * debug_props * debug_all is a shortcut for all debug_* options +SEE ALSO + gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) + mdb-array(1) mdb-header(1) mdb-schema(1) mdb-tables(1) + AUTHORS - The mdb-parsecsv utility was written by Brian Bruns + The mdb-parsecsv utility was written by Brian Bruns. diff --git a/doc/mdb-prop.txt b/doc/mdb-prop.txt index 34ee0e4..482a120 100644 --- a/doc/mdb-prop.txt +++ b/doc/mdb-prop.txt @@ -27,5 +27,9 @@ ENVIRONMENT * debug_props * debug_all is a shortcut for all debug_* options +SEE ALSO + gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-sql(1) mdb-ver(1) mdb-array(1) + mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1) + AUTHORS - The mdb-prop utility was written by Brian Bruns + The mdb-prop utility was written by Brian Bruns. diff --git a/doc/mdb-schema.txt b/doc/mdb-schema.txt index 27be33d..00f9ae2 100644 --- a/doc/mdb-schema.txt +++ b/doc/mdb-schema.txt @@ -44,7 +44,11 @@ ENVIRONMENT NOTES HISTORY - mdb-schema first appeared in MDB Tools 0\.1 + mdb-schema first appeared in MDB Tools 0.1. + +SEE ALSO + gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) + mdb-array(1) mdb-header(1) mdb-parsecsv(1) mdb-tables(1) AUTHORS The mdb-schema utility was written by Brian Bruns and others. diff --git a/doc/mdb-sql.txt b/doc/mdb-sql.txt index 297dbce..bac4348 100644 --- a/doc/mdb-sql.txt +++ b/doc/mdb-sql.txt @@ -73,10 +73,14 @@ ENVIRONMENT * debug_all is a shortcut for all debug_* options HISTORY - mdb-sql first appeared in MDB Tools 0\.3 + mdb-sql first appeared in MDB Tools 0.3. + +SEE ALSO + gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-ver(1) mdb-array(1) + mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1) AUTHORS - The mdb-sql utility was written by Brian Bruns + The mdb-sql utility was written by Brian Bruns. BUGS The supported SQL syntax is a very limited subset and deficient in several ways. diff --git a/doc/mdb-tables.txt b/doc/mdb-tables.txt index a9b5bc8..a61373d 100644 --- a/doc/mdb-tables.txt +++ b/doc/mdb-tables.txt @@ -33,10 +33,14 @@ ENVIRONMENT * debug_all is a shortcut for all debug_* options HISTORY - mdb-tables first appeared in MDB Tools 0\.3 + mdb-tables first appeared in MDB Tools 0.3. + +SEE ALSO + gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-ver(1) + mdb-array(1) mdb-header(1) mdb-parsecsv(1) mdb-schema(1) AUTHORS - The mdb-tables utility was written by Brian Bruns + The mdb-tables utility was written by Brian Bruns. BUGS Access allows for tables to have spaces embeded in the table name. You must specify a delimiter (-d) if you intend on piping the output of mdb-tables to a program such as awk or cut. diff --git a/doc/mdb-ver.txt b/doc/mdb-ver.txt index f033cca..3dc86e2 100644 --- a/doc/mdb-ver.txt +++ b/doc/mdb-ver.txt @@ -31,10 +31,14 @@ ENVIRONMENT * debug_all is a shortcut for all debug_* options HISTORY - mdb-ver first appeared in MDB Tools 0\.4 + mdb-ver first appeared in MDB Tools 0.4. + +SEE ALSO + gmdb2(1) mdb-export(1) mdb-hexdump(1) mdb-prop(1) mdb-sql(1) mdb-array(1) + mdb-header(1) mdb-parsecsv(1) mdb-schema(1) mdb-tables(1) AUTHORS - The mdb-ver utility was written by Brian Bruns + The mdb-ver utility was written by Brian Bruns. BUGS mdb-ver does minimal checking on the validity of a file. It is possbile for it to misidentify a non-MDB file.