[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 06/22: tmac/troffrc: Fix misnomer in comment.
From: |
G. Branden Robinson |
Subject: |
[groff] 06/22: tmac/troffrc: Fix misnomer in comment. |
Date: |
Thu, 13 May 2021 05:08:35 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 558a3b39189b63b157ba7ad6cda04af05acdb2d5
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed May 12 08:15:15 2021 +1000
tmac/troffrc: Fix misnomer in comment.
ISO 8859 and Unicode call 0xA0 the "no-break space". Do likewise.
---
tmac/troffrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmac/troffrc b/tmac/troffrc
index 3ab545f..2dd2516 100644
--- a/tmac/troffrc
+++ b/tmac/troffrc
@@ -47,7 +47,7 @@ troffrc!lj4 \
troffrc!lbp \
troffrc!html
.
-.\" Test whether we work under EBCDIC and map the no-breakable space
+.\" Test whether we work under EBCDIC and map the no-break space
.\" character accordingly.
.do ie '\[char97]'a' \
. do tr \[char160]\~
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 06/22: tmac/troffrc: Fix misnomer in comment.,
G. Branden Robinson <=