gbranden pushed a commit to branch master
in repository groff.

commit 5ef22c12325b5b21afbb624cd5e23f54950e7642
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Oct 23 13:35:12 2021 +1100

    groff(7): Fix style nit.
    
    Try to make it clearer that we're using "anything" as a metasyntactic
    variable.
---
 man/groff.7.man | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/groff.7.man b/man/groff.7.man
index b3cc532..f36f034 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -966,9 +966,9 @@ the request name is
 .request .el
 \[lq]else\[rq])
 followed by a conditional expression
-.IR cond-expr ,
-and then the remainder of the line
-.I anything
+.IR cond-expr ;
+the remainder of the line,
+.IR anything ,
 is interpreted as if it were an input line.
 .
 Any quantity of spaces between arguments to requests serves only to

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to