On Fri, Mar 04, 2011 at 02:09:40PM -0800, Ethan Jackson wrote: > Most of the changes I suggest here are left over from the deleted > code, but might as well make them now. > > > +.IP "\fBQoS\fR" > > +Quality-of-service configuration for an Interface. > I think interface should be bolded here. > > > +.IP "\fBQueue\fR" > > +Configuration for one queue within a \fBQoS\fR configuration. > > +.IP "\fBMonitor\fR" > > +Connectivity Monitoring attached to an interface. Records may be > > +identified by interface name. > Here I think interface should be bolded and capitalized for both occurrences. > > > +.IP "\fBMaintenance_Point\fR" > > +Maintenance Point managed by a Monitor. > Monitor should be bolded.
Thank you. I made all those changes: diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in index 93ed5e3..2482f34 100644 --- a/utilities/ovs-vsctl.8.in +++ b/utilities/ovs-vsctl.8.in @@ -478,14 +478,14 @@ A bridge port. Records may be identified by port name. A network device attached to a port. Records may be identified by name. .IP "\fBQoS\fR" -Quality-of-service configuration for an Interface. +Quality-of-service configuration for an \fBInterface\fR. .IP "\fBQueue\fR" Configuration for one queue within a \fBQoS\fR configuration. .IP "\fBMonitor\fR" -Connectivity Monitoring attached to an interface. Records may be -identified by interface name. +Connectivity Monitoring attached to an \fBInterface\fR. Records may be +identified by \fBInterface\fR name. .IP "\fBMaintenance_Point\fR" -Maintenance Point managed by a Monitor. +Maintenance Point managed by a \fBMonitor\fR. .IP "\fBMirror\fR" A port mirroring configuration attached to a bridge. Records may be identified by mirror name. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
