[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 23/27: groff(7): Fix style nits.
From: |
G. Branden Robinson |
Subject: |
[groff] 23/27: groff(7): Fix style nits. |
Date: |
Thu, 2 Jan 2025 01:22:23 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit b193494ce2371de3a089cd92088644e2c3bd5189
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Jan 1 23:07:54 2025 -0600
groff(7): Fix style nits.
Give this document a nudge in the direction of idiomatic styling.
* The control character is not part of a request name.
* Quote request names that are confusable with English words.
* Favor man(7) macros over page-local ones.
---
man/groff.7.man | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/man/groff.7.man b/man/groff.7.man
index 4e426ed2f..7724486d0 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -3989,7 +3989,7 @@ disabled by default.
.TPx
.REQ .opena "ident file"
As
-.request .open ,
+.RB \[lq] open \[rq] ,
but append to
.I file.
.
@@ -4897,9 +4897,9 @@ Write
to
.IR stream ,
which must previously have been the subject of an
-.request .open
+.RB \[lq] open \[rq]
(or
-.request \%.opena )
+.BR opena )
request,
followed by a newline.
.
@@ -4921,9 +4921,9 @@ Write the contents of the macro or string
to
.IR stream ,
which must previously have been the subject of an
-.request .open
+.RB \[lq] open \[rq]
(or
-.request \%.opena )
+.BR opena )
request.
.
The contents of
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 23/27: groff(7): Fix style nits.,
G. Branden Robinson <=