* [nfs-utils PATCH] mountstats.man: Remove a few bogus .R macros
@ 2015-09-15 14:01 Scott Mayhew
2015-09-16 19:09 ` Steve Dickson
0 siblings, 1 reply; 2+ messages in thread
From: Scott Mayhew @ 2015-09-15 14:01 UTC (permalink / raw)
To: steved; +Cc: linux-nfs
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(-)
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
--
1.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [nfs-utils PATCH] mountstats.man: Remove a few bogus .R macros
2015-09-15 14:01 [nfs-utils PATCH] mountstats.man: Remove a few bogus .R macros Scott Mayhew
@ 2015-09-16 19:09 ` Steve Dickson
0 siblings, 0 replies; 2+ messages in thread
From: Steve Dickson @ 2015-09-16 19:09 UTC (permalink / raw)
To: Scott Mayhew; +Cc: linux-nfs
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-16 19:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15 14:01 [nfs-utils PATCH] mountstats.man: Remove a few bogus .R macros Scott Mayhew
2015-09-16 19:09 ` Steve Dickson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).