gbranden pushed a commit to branch master
in repository groff.

commit 7e9fd80d62ce144096f7d4ad4c472e9dac8d270e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Jul 17 12:38:04 2026 -0500

    [doc,man]: Fix grammar nit.
    
    Also resync groff(1) with our Texinfo manual.
    
    Also break Texinfo input lines in convenient places for roffing and
    diffing.
---
 doc/groff.texi.in          | 26 ++++++++++++++++++++------
 src/roff/groff/groff.1.man |  9 ++++++---
 2 files changed, 26 insertions(+), 9 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 00c3fc770..f78ab614a 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -1805,12 +1805,26 @@ and
 @item GROFF_TMPDIR
 @tindex GROFF_TMPDIR@r{, environment variable}
 @tindex TMPDIR@r{, environment variable}
-Create temporary files in this directory.  If not set, but @env{TMPDIR}
-is, the latter is used instead.  On Windows systems, if neither of the
-foregoing are set, the environment variables @env{TMP} and @env{TEMP}
-(in that order) are checked also.  Otherwise, temporary files are
-created in a system-dependent default directory (on Unix and GNU/Linux
-systems, usually @file{/tmp}).
+Create temporary files in this directory.
+If not set,
+but
+@env{TMPDIR}
+is,
+the latter is used instead.
+On Windows systems,
+if neither of the foregoing is set,
+the environment variables
+@env{TMP}
+and
+@env{TEMP}
+(in that order)
+are checked also.
+Otherwise,
+temporary files are created in a system-dependent default directory
+(on Unix and GNU/Linux
+systems,
+usually
+@file{/tmp}).
 The
 @command{@g@refer},
 @command{grohtml},
diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index d5952a43b..7c0249373 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -1922,7 +1922,7 @@ is,
 the latter is used instead.
 .
 On Windows systems,
-if neither of the foregoing are set,
+if neither of the foregoing is set,
 the environment variables
 .I TMP
 and
@@ -1931,8 +1931,11 @@ and
 are checked also.
 .
 Otherwise,
-temporary files are created in
-.IR /tmp .
+temporary files are created in a system-dependent default directory
+(on Unix and GNU/Linux
+systems,
+usually
+.IR /tmp ).
 .
 The
 .MR @g@refer @MAN1EXT@ ,

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

Reply via email to