diff mbox series

[ovs-dev,1/2] ovsdb-server: Update description for "compact" command in man page.

Message ID 1514011206-73894-1-git-send-email-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev,1/2] ovsdb-server: Update description for "compact" command in man page. | expand

Commit Message

Justin Pettit Dec. 23, 2017, 6:40 a.m. UTC
The man page indicated that multiple databases could be specified, but
only one is allowed.

Signed-off-by:Justin Pettit <jpettit@ovn.org>
---
 ovsdb/ovsdb-server.1.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ben Pfaff Dec. 25, 2017, 12:24 a.m. UTC | #1
On Fri, Dec 22, 2017 at 10:40:05PM -0800, Justin Pettit wrote:
> The man page indicated that multiple databases could be specified, but
> only one is allowed.
> 
> Signed-off-by:Justin Pettit <jpettit@ovn.org>

Missing space in the SoB line above.

Acked-by: Ben Pfaff <blp@ovn.org>
Justin Pettit Dec. 25, 2017, 12:34 a.m. UTC | #2
> On Dec 24, 2017, at 5:24 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Fri, Dec 22, 2017 at 10:40:05PM -0800, Justin Pettit wrote:
>> The man page indicated that multiple databases could be specified, but
>> only one is allowed.
>> 
>> Signed-off-by:Justin Pettit <jpettit@ovn.org>
> 
> Missing space in the SoB line above.
> 
> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks.  I fixed that and pushed the series.

--Justin
diff mbox series

Patch

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),