This is automatically generated email about problems in a man page for which
you appear to be responsible. If you are not the right person or list, tell
me and I will attempt to correct my database.
See http://catb.org/~esr/doclifter/problems.html for details on how and
why these patches were generated. Feel free to email me with any questions.
Note: These patches do not change the mod date of any manual page. You
may wish to do that by hand.
Problems with vacuumdb.1:
1. Broken command synopsis syntax. This may mean you're using a
construction in the command synopsis other than the standard
[ ] | { }, or it may mean you have running text in the command synopsis
section (the latter is not technically an error, but it's impossible
to translate into DocBook markup).
--- vacuumdb.1-orig 2005-02-01 22:55:15.125223816 -0500
+++ vacuumdb.1 2005-02-01 23:11:28.402263216 -0500
@@ -6,7 +6,7 @@
.SH SYNOPSIS
.sp
\fBvacuumdb\fR [ \fB\fIconnection-option\fB\fR\fI...\fR ] [ \fB [ --full ] [ -f ] \fR ] [ \fB [ --verbose ] [ -v ]
\fR] [ \fB [ --analyze ] [ -z ] \fR ] [ \fB--table | -t \fItable\fB
- [ ( \fIcolumn\fB [,...] ) ]
+ [ \fIcolumnspec\fB ]
\fR ] [ \fB\fIdbname\fB\fR ]
\fBvacuumdb\fR [ \fB\fIconnection-options\fB\fR\fI...\fR ] [ \fB [ --all ] [ -a ] \fR ] [ \fB [ --full ] [ -f ]
\fR] [ \fB [ --verbose ] [ -v ] \fR ] [ \fB [ --analyze ] [ -z ] \fR ]
-----------------------------
--
Eric S. Raymond