gbranden pushed a commit to branch master
in repository groff.

commit adf7d568f88dc7149cd07e11edeb2f7ef654085f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Dec 25 16:06:17 2022 -0600

    [docs]: Fix output device/driver confusion.
---
 doc/groff.texi             | 4 ++--
 src/roff/groff/groff.1.man | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index cfdc939d9..cc09be896 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -1590,8 +1590,8 @@ geographically appropriate.
 It is up to each macro package to respect the page dimensions configured
 in this way.
 
-For each output driver, the size of the output medium can be set in its
-@file{DESC} file.  Most output devices also recognize a command-line
+For each output device, the size of the output medium can be set in its
+@file{DESC} file.  Most output drivers also recognize a command-line
 option @option{-p} to override the default dimensions and an option
 @option{-l} to use landscape orientation.  @xref{DESC File Format}, for
 a description of the @code{papersize} keyword, which takes an argument
diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index 4013134f0..cb704ce66 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -842,7 +842,7 @@ the size of the output medium can be set in its
 .I DESC
 file.
 .
-Most also recognize a command-line option
+Most output drivers also recognize a command-line option
 .B \-p
 to override the default dimensions and an option
 .B \-l

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

Reply via email to