From d4260cb4ee681822cd76c665ff086709d69aa8d3 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 16 Sep 2009 07:45:49 -0700 Subject: [PATCH] ovs-appctl: Correct "target" option synopsis in man page 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovs-appctl.8.in b/utilities/ovs-appctl.8.in index 9bf97fd2..88fb295c 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 -- 2.30.2