Removed <> from man synopsis

This commit is contained in:
Nirgal Vourgère
2012-02-02 09:46:11 +01:00
parent ef08e815a1
commit 9ee1335940
11 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ NAME
gmdb2 - GNOME UI for MDB Tools gmdb2 - GNOME UI for MDB Tools
SYNOPSIS SYNOPSIS
gmdb2 [<database>] gmdb2 [database]
DESCRIPTION DESCRIPTION
gmdb2 is a GNOME UI for MDB Tools. gmdb2 is a GNOME UI for MDB Tools.

View File

@@ -2,7 +2,7 @@ NAME
mdb-array - Export data in an MDB database table to a C array. mdb-array - Export data in an MDB database table to a C array.
SYNOPSIS SYNOPSIS
mdb-array <database> <table> mdb-array database table
DESCRIPTION DESCRIPTION
mdb-array is a utility program distributed with MDB Tools. mdb-array is a utility program distributed with MDB Tools.

View File

@@ -2,7 +2,7 @@ NAME
mdb-export - Export data in an MDB database table to CSV format. mdb-export - Export data in an MDB database table to CSV format.
SYNOPSIS SYNOPSIS
mdb-export [-H] [-d <delimiter>] [-R <row delim>] [[-Q] || [-q <quote> [-X <escape>]]] [-I] [-D <format>] <database> <table> mdb-export [-H] [-d delimiter] [-R row_delim] [[-Q] | [-q quote [-X escape]]] [-I] [-D format] database table
DESCRIPTION DESCRIPTION
mdb-export is a utility program distributed with MDB Tools. mdb-export is a utility program distributed with MDB Tools.

View File

@@ -2,7 +2,7 @@ NAME
mdb-header - Write header file from an MDB database mdb-header - Write header file from an MDB database
SYNOPSIS SYNOPSIS
mdb-header [<database>] mdb-header [database]
DESCRIPTION DESCRIPTION
mdb-header is a utility program distributed with MDB Tools. mdb-header is a utility program distributed with MDB Tools.

View File

@@ -2,7 +2,7 @@ NAME
mdb-hexdump - Hexdump utility from MDB Tools mdb-hexdump - Hexdump utility from MDB Tools
SYNOPSIS SYNOPSIS
mdb-hexdump <file> [<page number>] mdb-hexdump file [pagenumber]
DESCRIPTION DESCRIPTION
mdb-hexdump is a utility program distributed with MDB Tools. mdb-hexdump is a utility program distributed with MDB Tools.

View File

@@ -2,7 +2,7 @@ NAME
mdb-parsecsv - Convert CSV table dump into C file. mdb-parsecsv - Convert CSV table dump into C file.
SYNOPSIS SYNOPSIS
mdb-parsecsv <file> mdb-parsecsv file
DESCRIPTION DESCRIPTION
mdb-parsecsv is a utility program distributed with MDB Tools. mdb-parsecsv is a utility program distributed with MDB Tools.

View File

@@ -2,16 +2,16 @@ NAME
mdb-prop - Get properties list from MDB database mdb-prop - Get properties list from MDB database
SYNOPSIS SYNOPSIS
mdb-prop <database> <name> [<prop col>] mdb-prop database name [propcol]
DESCRIPTION DESCRIPTION
mdb-prop is a utility program distributed with MDB Tools. mdb-prop is a utility program distributed with MDB Tools.
Print a properties list from an MDB database. Print a properties list from an MDB database.
<name> is the name of the table, querry, or other object. name is the name of the table, querry, or other object.
<prop col> is the name of the system table MSysObjects' column containing properties. It defaults to LvProp. propcol is the name of the system table MSysObjects' column containing properties. It defaults to LvProp.
ENVIRONMENT ENVIRONMENT
MDB_JET3_CHARSET Defines the charset of the input JET3 (access 97) file. Default is CP1252. See iconv(1). MDB_JET3_CHARSET Defines the charset of the input JET3 (access 97) file. Default is CP1252. See iconv(1).

View File

@@ -2,7 +2,7 @@ NAME
mdb-schema - Generate schema creation DDL mdb-schema - Generate schema creation DDL
SYNOPSIS SYNOPSIS
mdb-schema [options] <database> [<backend>] mdb-schema [options] database [backend]
DESCRIPTION DESCRIPTION
mdb-schema is a utility program distributed with MDB Tools. mdb-schema is a utility program distributed with MDB Tools.

View File

@@ -2,7 +2,7 @@ NAME
mdb-sql - SQL interface to MDB Tools mdb-sql - SQL interface to MDB Tools
SYNOPSIS SYNOPSIS
mdb-sql [-HFp] [-d <delimiter>] [-i <file>] [-o <file>] [<database>] mdb-sql [-HFp] [-d delimiter] [-i file] [-o file] [database]
DESCRIPTION DESCRIPTION
mdb-sql is a utility program distributed with MDB Tools. mdb-sql is a utility program distributed with MDB Tools.

View File

@@ -2,7 +2,7 @@ NAME
mdb-tables - Get listing of tables in an MDB database mdb-tables - Get listing of tables in an MDB database
SYNOPSIS SYNOPSIS
mdb-tables [-S] [-1 | -d<delimiter>] <database> mdb-tables [-S] [-1 | -d delimiter] database
DESCRIPTION DESCRIPTION
mdb-tables is a utility program distributed with MDB Tools. mdb-tables is a utility program distributed with MDB Tools.

View File

@@ -2,7 +2,7 @@ NAME
mdb-ver - Return the format of a given MDB database. mdb-ver - Return the format of a given MDB database.
SYNOPSIS SYNOPSIS
mdb-ver <database> mdb-ver [-M] database
DESCRIPTION DESCRIPTION
mdb-ver is a utility program distributed with MDB Tools. mdb-ver is a utility program distributed with MDB Tools.