On Fri, Jan 30, 2015 at 01:10:20PM -0800, Gurucharan Shetty wrote: > On Fri, Jan 30, 2015 at 12:59 PM, Ben Pfaff <[email protected]> wrote: > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > utilities/ovs-dpctl.8.in | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/utilities/ovs-dpctl.8.in b/utilities/ovs-dpctl.8.in > > index 84407f0..b67c952 100644 > > --- a/utilities/ovs-dpctl.8.in > > +++ b/utilities/ovs-dpctl.8.in > > @@ -18,6 +18,13 @@ ovs\-dpctl \- administer Open vSwitch datapaths > > The \fBovs\-dpctl\fR program can create, modify, and delete Open vSwitch > > datapaths. A single machine may host any number of datapaths. > > .PP > > +This program works only with datapaths that are implemented outside of > > +\fBovs\-vswitchd\fR itself, such as the Linux and Windows kernel-based > > +datapaths. To manage datapaths that are integrated into > > +\fBovs\-vswitchd\fR, such as the userspace (\fBnetdev\fR) datapath, > > +use \fBovs-appctl\fR(8) to invoke the \fBdpctl/*\fR commands, which > > +are documented in \fBovs-vswitchd\fR(8). > Couple of missing '\' before '-'.
Good spotting thanks. > Acked-by: Gurucharan Shetty <[email protected]> I fixed those up and applied this to master with your ack. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
