Message ID | 1442325678-52516-1-git-send-email-smayhew@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 09/15/2015 10:01 AM, Scott Mayhew wrote: > These have no effect on the rendering of the man page, but they do cause > the following error if you try to pipe or redirect the output: > > `R' is a string (producing the registered sign), not a macro. > > Signed-off-by: Scott Mayhew <smayhew@redhat.com> Committed... steved. > --- > tools/mountstats/mountstats.man | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/tools/mountstats/mountstats.man b/tools/mountstats/mountstats.man > index bfc4c46..a55130b 100644 > --- a/tools/mountstats/mountstats.man > +++ b/tools/mountstats/mountstats.man > @@ -13,13 +13,13 @@ mountstats \- Displays various NFS client per-mount statistics > .RB [ \-S | \-\-since > .IR sincefile ] > .\" .RB [ \-n | \-\-nfs | \-r | \-\-rpc | \-R | \-\-raw ] > -.R [ > +[ > .RB [ \-n | \-\-nfs ] > -.R | > +| > .RB [ \-r | \-\-rpc ] > -.R | > +| > .RB [ \-R | \-\-raw ] > -.R ] > +] > .RI [ mountpoint ] ... > .P > .B mountstats iostat > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/tools/mountstats/mountstats.man b/tools/mountstats/mountstats.man index bfc4c46..a55130b 100644 --- a/tools/mountstats/mountstats.man +++ b/tools/mountstats/mountstats.man @@ -13,13 +13,13 @@ mountstats \- Displays various NFS client per-mount statistics .RB [ \-S | \-\-since .IR sincefile ] .\" .RB [ \-n | \-\-nfs | \-r | \-\-rpc | \-R | \-\-raw ] -.R [ +[ .RB [ \-n | \-\-nfs ] -.R | +| .RB [ \-r | \-\-rpc ] -.R | +| .RB [ \-R | \-\-raw ] -.R ] +] .RI [ mountpoint ] ... .P .B mountstats iostat
These have no effect on the rendering of the man page, but they do cause the following error if you try to pipe or redirect the output: `R' is a string (producing the registered sign), not a macro. Signed-off-by: Scott Mayhew <smayhew@redhat.com> --- tools/mountstats/mountstats.man | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)