wl pushed a commit to branch master
in repository groff.
commit 29d2a9753a4a0c7e1269da95f5dbbcf2393f1fe9
Author: Werner Lemberg <[email protected]>
Date: Mon Nov 5 08:10:25 2018 +0100
s/legal/valid/.
---
src/roff/troff/env.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/roff/troff/env.cpp b/src/roff/troff/env.cpp
index f84c20c..c11d2df 100644
--- a/src/roff/troff/env.cpp
+++ b/src/roff/troff/env.cpp
@@ -39,7 +39,7 @@ symbol default_family("T");
enum { ADJUST_LEFT = 0, ADJUST_BOTH = 1, ADJUST_CENTER = 3, ADJUST_RIGHT = 5 };
enum {
- // Not all combinations are legal; see hyphenate_request() below.
+ // Not all combinations are valid; see hyphenate_request() below.
HYPHEN_NONE = 0,
HYPHEN_DEFAULT = 1,
HYPHEN_NOT_LAST_LINE = 2,
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit