summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2002-12-29 19:54:49 +0000
committerColin Watson <cjwatson@debian.org>2002-12-29 19:54:49 +0000
commit07355883bae8694575502d4826c06e4b1bd7e4fd (patch)
tree6b7469b9fe310102a2279db198bcaa7a9fa15d78 /man
parenta9ceb891b67a8b29464d476f75b4df30dce8a394 (diff)
Improve command-line option support in accessdb, globbing, lexgrog, and
zsoelim.
Diffstat (limited to 'man')
-rw-r--r--man/man1/zsoelim.man16
-rw-r--r--man/man8/accessdb.man810
2 files changed, 12 insertions, 4 deletions
diff --git a/man/man1/zsoelim.man1 b/man/man1/zsoelim.man1
index fdd3d1ae..70337ee8 100644
--- a/man/man1/zsoelim.man1
+++ b/man/man1/zsoelim.man1
@@ -54,7 +54,7 @@ This particular version was written to circumvent problems created by
support for compressed manual pages.
.SH OPTIONS
.TP
-.B \-C
+.B \-C, \-\-compatible
This flag is available for compatibility with other
.B soelim
programs.
@@ -62,10 +62,10 @@ Its use is to enable .so requests followed by something other than
whitespace.
As this is already the default behaviour, it is ignored.
.TP
-.B \-h
+.B \-h, \-\-help
Print a help message and exit.
.TP
-.B \-V
+.B \-V, \-\-version
Display version and author information.
.SH "SEE ALSO"
.BR nroff (1),
diff --git a/man/man8/accessdb.man8 b/man/man8/accessdb.man8
index 188139a6..c08ec5c5 100644
--- a/man/man8/accessdb.man8
+++ b/man/man8/accessdb.man8
@@ -15,6 +15,7 @@ accessdb \- dumps the content of a man-db database in a human readable
format.
.SH SYNOPSIS
.B /usr/sbin/accessdb
+.RB [\| \-hV \|]
.RI [ <index-file> ]
.SH DESCRIPTION
.B accessdb
@@ -39,9 +40,16 @@ manpath~5 -> "5 5 795981543 A - - format of the /etc/man_db.config file"
whatis -> "1 1 795981543 A - - search the manual page names"
zsoelim -> "1 1 795981543 A - - satisfy .so requests in roff input"
.fi
-
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print a help message and exit.
+.TP
+.B \-v, \-\-version
+Display version information.
.SH AUTHOR
.nf
Wilf. (G.Wilford@ee.surrey.ac.uk).
Fabrizio Polacco (fpolacco@debian.org).
+Colin Watson (cjwatson@debian.org).
.fi