[ovs-dev] [PATCH 1/2] ovs-appctl: Correct "target" option synopsis in man page

Justin Pettit jpettit at nicira.com
Thu Sep 17 00:33:34 UTC 2009


The synopsis section of the man page for ovs-appctl incorrectly stated
that the target option takes "pid" as an argument.  This commit corrects
that to say "socket".
---
 utilities/ovs-appctl.8.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utilities/ovs-appctl.8.in b/utilities/ovs-appctl.8.in
index 9bf97fd..88fb295 100644
--- a/utilities/ovs-appctl.8.in
+++ b/utilities/ovs-appctl.8.in
@@ -15,7 +15,7 @@ ovs\-appctl \- utility for configuring running Open vSwitch daemons
 .sp 1
 The available \fItarget\fR options are:
 .br
-[\fB-t\fR \fIpid\fR | \fB--target=\fIpid\fR]
+[\fB-t\fR \fIsocket\fR | \fB--target=\fIsocket\fR]
 .sp 1
 The available \fIaction\fR options are:
 .br
-- 
1.6.4





More information about the dev mailing list