[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 02/05: groff_diff(7): Expand generalization.
From: |
G. Branden Robinson |
Subject: |
[groff] 02/05: groff_diff(7): Expand generalization. |
Date: |
Mon, 29 Jun 2020 11:48:39 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 05a6ca1ce1d47c03170f68c59478ba7b5126715e
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Jun 26 07:26:25 2020 +1000
groff_diff(7): Expand generalization.
Incorporate the fact that groff's escape-bracket syntax also supports
point sizes, font names, and other non-identifiers of arbitrary length.
---
man/groff_diff.7.man | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 2fc68e2..706e485 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -101,13 +101,13 @@ environments,
special characters (glyphs),
and colors can be of any length.
.
-Generally,
+More generally,
anywhere
.RI AT&T\~ troff
supports an escape form that uses an opening parenthesis \[lq](\[rq]
-to introduce a two-character identifier name,
+to introduce a two-character argument,
.I groff
-supports a square-bracketed form \[lq][]\[rq] where the identifier
+supports a square-bracketed form \[lq][]\[rq] where the argument
within can be of arbitrary length.
.
.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 02/05: groff_diff(7): Expand generalization.,
G. Branden Robinson <=