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,16 +2,16 @@ NAME
mdb-prop - Get properties list from MDB database
SYNOPSIS
mdb-prop <database> <name> [<prop col>]
mdb-prop database name [propcol]
DESCRIPTION
mdb-prop is a utility program distributed with MDB Tools.
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
MDB_JET3_CHARSET Defines the charset of the input JET3 (access 97) file. Default is CP1252. See iconv(1).