[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 01/03: groff_char(7): Fix misstatement in comment.
From: |
G. Branden Robinson |
Subject: |
[groff] 01/03: groff_char(7): Fix misstatement in comment. |
Date: |
Sat, 25 Jul 2020 07:45:58 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 0987c61e9b765fe8941f5668f0cac57d1ed210a7
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Jul 25 19:52:35 2020 +1000
groff_char(7): Fix misstatement in comment.
That'll teach me to not check for fixed points.
---
man/groff_char.7.man | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/groff_char.7.man b/man/groff_char.7.man
index e292ebb..e509510 100644
--- a/man/groff_char.7.man
+++ b/man/groff_char.7.man
@@ -67,7 +67,7 @@ or EBCDIC code page 1047.
For ease of document maintenance in UTF-8 environments,
it is advisable to use only the Unicode basic Latin code points,
a subset of all of the foregoing historically referred to as US-ASCII,
-.\" Yes, a subset, albeit a derangement as well in the cp1047 case.
+.\" Yes, a subset, albeit a permutation as well in the cp1047 case.
which has only 94 visible,
printable code points.
.\" In groff, 0x20 SP is mapped to a space node, not a glyph node, and
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 01/03: groff_char(7): Fix misstatement in comment.,
G. Branden Robinson <=