gbranden pushed a commit to branch master
in repository groff.

commit 16fe79c5772f3b41f2fbbe0f04726a280e553160
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Apr 21 16:16:13 2024 -0500

    [docs]: Fix error.
    
    It's the formatter, not the output device, that selects the type size.
---
 doc/groff.texi.in    | 2 +-
 man/groff_diff.7.man | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index d39637d26..c80ff3859 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -12305,7 +12305,7 @@ scaling units.
 @cindex @code{.s} register, compared to @code{.sr}
 Output devices may be limited in the type sizes they can employ.  The
 @code{.s} and @code{.ps} registers represent the type size selected by
-the output driver as it understands a device's capability.  The last
+the formatter as it understands a device's capability.  The last
 @emph{requested} type size is interpolated in scaled points by the
 read-only register @code{.psr} and in points as a decimal fraction by
 the read-only string-valued register @code{.sr}.  Both are associated
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index d4937f82f..9a00d42e6 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -455,7 +455,7 @@ The
 .B .s
 and
 .B .ps
-registers represent the type size selected by the output driver as it
+registers represent the type size selected by the formatter as it
 understands a device's capability.
 .
 The last

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to