From: Bruce Davie Date: Wed, 6 Jun 2012 01:49:51 +0000 (-0700) Subject: ovsdb-client: Fix bugs in man page X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f77c8867682ef219ca83ba962ab726257feb7a0;p=openvswitch ovsdb-client: Fix bugs in man page In commit 53ffefe9 (ovsdb-client: Make "server" and "database" arguments optional.), two errors were introduced. "list-columns" appeared twice in the list of commands, the first instance should be "list-tables". The "monitor" command now lists optional "column" arguments. Signed-off-by: Bruce Davie Signed-off-by: Bruce Davie Signed-off-by: Justin Pettit --- diff --git a/AUTHORS b/AUTHORS index 2ea91109..10a01ab3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,6 +9,7 @@ Andy Southgate andy.southgate@citrix.com Arun Sharma arun.sharma@calsoftinc.com Ben Pfaff blp@nicira.com Brian Kruger bkruger+ovsdev@gmail.com +Bruce Davie bsd@nicira.com Bryan Phillippe bp@toroki.com Casey Barker crbarker@google.com Chris Wright chrisw@sous-sol.org diff --git a/ovsdb/ovsdb-client.1.in b/ovsdb/ovsdb-client.1.in index 7f9a19ba..a813478f 100644 --- a/ovsdb/ovsdb-client.1.in +++ b/ovsdb/ovsdb-client.1.in @@ -84,7 +84,7 @@ If \fIdatabase\fR was created before schema versioning was introduced, then it will not have a version number and this command will print a blank line. . -.IP "\fBlist\-columns\fI \fR[\fIserver\fR] \fR[\fIdatabase\fR]" +.IP "\fBlist\-tables\fI \fR[\fIserver\fR] \fR[\fIdatabase\fR]" Connects to \fIserver\fR, retrieves the schema for \fIdatabase\fR, and prints a table listing the name of each table within the database. @@ -104,7 +104,7 @@ operations, and prints the received reply on stdout. Connects to \fIserver\fR, retrieves all of the data in \fIdatabase\fR, and prints it on stdout as a series of tables. . -.IP "\fBmonitor\fI \fR[\fIserver\fR] \fR[\fIdatabase\fR] \fItable\fR" +.IP "\fBmonitor\fI \fR[\fIserver\fR] \fR[\fIdatabase\fR] \fItable\fR [\fIcolumn\fR[\fB,\fIcolumn\fR]...]..." Connects to \fIserver\fR and monitors the contents of \fItable\fR in \fIdatabase\fR. By default, the initial contents of \fItable\fR are printed, followed by each change as it occurs. If at least one