gbranden pushed a commit to branch master
in repository groff.
commit ae8531539b9c47945662d7f9b0938df33d52ac38
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Mar 16 10:47:39 2022 +1100
[docs]: Fix environment-related content nits.
doc/groff.texi (Environments):
+ Refer to "typeface", not "font", parameters: in groff, the "font" is a
family combined with a style, or a standalone face; "typeface" is a
more general concept and a better fit for what environments track.
+ Note the control character as part of the environment.
doc/groff.texi (Environments) <evc>:
man/groff_diff.7.man (New requests) <evc>: Fix semicolon splice.
---
doc/groff.texi | 11 +++++------
man/groff_diff.7.man | 3 +--
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/doc/groff.texi b/doc/groff.texi
index b71fe16d..9e4c33e1 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -14684,8 +14684,8 @@ Environments store the following information.
@itemize @bullet
@item
-font parameters (size, family, style, glyph height and slant, inter-word
-and and inter-sentence space sizes)
+typeface parameters (size, family, style, glyph height and slant,
+inter-word and inter-sentence space sizes)
@item
page parameters (line length, title length, vertical spacing, line
@@ -14696,8 +14696,8 @@ underlining, hyphenation data)
filling enablement, adjustment enablement and mode
@item
-tab stops, tab and leader characters, escape character, no-break and
-hyphen indicators, margin character data
+tab stops; tab and leader characters; escape, control, no-break control,
+hyphenation control, and margin characters
@item
partially collected lines
@@ -14791,8 +14791,7 @@ the interruption status of the previous input line (due
to use of the
@item
the count of remaining lines to center, to right-justify, or to
-underline (with or without underlined spaces); these counts are set to
-zero;
+underline (with or without underlined spaces)---these are set to zero;
@item
the activation status of temporary indentation;
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 9ef1a59b..4489daae 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -2010,8 +2010,7 @@ escape sequence);
the count of remaining lines to center,
to right-justify,
or to underline
-(with or without underlined spaces;
-all set to zero);
+(with or without underlined spaces)\[em]these are set to zero;
.
.
.IP \[bu]
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit