The man page indicated that multiple databases could be specified, but only one is allowed.
Signed-off-by:Justin Pettit <[email protected]> --- ovsdb/ovsdb-server.1.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovsdb/ovsdb-server.1.in b/ovsdb/ovsdb-server.1.in index 870459e5d9ac..15ff77fd28aa 100644 --- a/ovsdb/ovsdb-server.1.in +++ b/ovsdb/ovsdb-server.1.in @@ -181,8 +181,8 @@ described below. These commands are specific to \fBovsdb\-server\fR. .IP "\fBexit\fR" Causes \fBovsdb\-server\fR to gracefully terminate. -.IP "\fBovsdb\-server/compact\fR [\fIdb\fR]\&..." -Compacts each database \fIdb\fR in-place. If no \fIdb\fR is +.IP "\fBovsdb\-server/compact\fR [\fIdb\fR]" +Compacts database \fIdb\fR in-place. If \fIdb\fR is not specified, compacts every database in-place. A database is also compacted automatically when a transaction is logged if it is over 4 times as large as its previous compacted size (and at least 10 MB), -- 2.7.4 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
