From f2efa15ef8c083926791195ed1037fd47a5e4e41 Mon Sep 17 00:00:00 2001 From: Scott Mayhew Date: Wed, 16 Sep 2015 11:19:41 -0400 Subject: mountstats.man: Remove a few bogus .R macros 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 Signed-off-by: Steve Dickson --- 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 -- cgit