[ovs-dev] vswitchd: implement bond/hash unixctl

Ben Pfaff blp at nicira.com
Thu Sep 17 16:33:55 UTC 2009


Ian Campbell <Ian.Campbell at citrix.com> writes:

> While making this change I noticed that ovs-vswitchd.8.in contains:
>         .IP "\fBbond/enable-slave\fR \fIport\fR \fIslave\fR"
>         .IQ "\fBbond/disable-slave\fR \fIport\fR \fIslave\fR"
>         
> but only the ".IP bond/enable-slave" is rendered in the man output, the
> ".IQ bond/disable-slave" is missing.
>
> I'm not familiar enough with man page formatting to know what to do
> here...

Thank you for pointing this out.

.IQ is a nonstandard macro that I've used in a few manpages.
Here I forgot to actually define it at the top of the file.

I pushed out a fix.




More information about the dev mailing list