groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 13/21: [docs]: Align discussions of "GROFF_BIN_PATH".


From: G. Branden Robinson
Subject: [groff] 13/21: [docs]: Align discussions of "GROFF_BIN_PATH".
Date: Sat, 16 Sep 2023 18:39:38 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit df88abf9957f50003802a3a363ae52921bc5b7d3
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Sep 15 17:32:17 2023 -0500

    [docs]: Align discussions of "GROFF_BIN_PATH".
---
 contrib/mm/mmroff.1.man    | 18 ++++++++++++------
 doc/groff.texi             |  4 ++--
 src/roff/groff/groff.1.man | 10 ++++++----
 src/roff/nroff/nroff.1.man | 18 ++++++++++++------
 4 files changed, 32 insertions(+), 18 deletions(-)

diff --git a/contrib/mm/mmroff.1.man b/contrib/mm/mmroff.1.man
index 526edef63..f3ab7744e 100644
--- a/contrib/mm/mmroff.1.man
+++ b/contrib/mm/mmroff.1.man
@@ -149,14 +149,20 @@ Windows uses a semicolon instead.
 .
 .TP
 .I GROFF_BIN_PATH
-is a colon-separated list of directories in which to search for the
-.I groff
-executable before searching in
+Locate
+.I groff \" system
+commands
+in these directories,
+followed by those in
 .IR PATH .
 .
-If unset,
-.I @BINDIR@
-is used.
+If not set,
+the installation directory of GNU
+.I roff
+executables,
+.IR @BINDIR@ ,
+is searched before
+.IR PATH .
 .
 .
 .\" ====================================================================
diff --git a/doc/groff.texi b/doc/groff.texi
index f05b725d8..f4a6def63 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -1356,8 +1356,8 @@ semicolon instead.
 @table @code
 @item GROFF_BIN_PATH
 @tindex GROFF_BIN_PATH@r{, environment variable}
-Search the listed directories, followed by @env{PATH}, to locate
-commands.  If not set, the installation directory of GNU @code{roff}
+Locate @code{groff} commands in these directories, followed by those in
+@env{PATH}.  If not set, the installation directory of GNU @code{roff}
 executables, documented in @cite{groff@r{(1)}}, is searched before
 @env{PATH}.
 
diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index 8fb9a5037..3b1ec4d50 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -1753,10 +1753,12 @@ Windows uses a semicolon instead.
 .
 .TP
 .I GROFF_BIN_PATH
-Search the listed directories,
-followed by
-.IR PATH ,
-to locate commands.
+Locate
+.I groff \" system
+commands
+in these directories,
+followed by those in
+.IR PATH .
 .
 If not set,
 the installation directory of GNU
diff --git a/src/roff/nroff/nroff.1.man b/src/roff/nroff/nroff.1.man
index cdefee129..b685f3146 100644
--- a/src/roff/nroff/nroff.1.man
+++ b/src/roff/nroff/nroff.1.man
@@ -267,14 +267,20 @@ Windows uses a semicolon instead.
 .
 .TP
 .I GROFF_BIN_PATH
-is a colon-separated list of directories in which to search for the
-.I groff
-executable before searching in
+Locate
+.I groff \" system
+commands
+in these directories,
+followed by those in
 .IR PATH .
 .
-If unset,
-.I @BINDIR@
-is used.
+If not set,
+the installation directory of GNU
+.I roff
+executables,
+.IR @BINDIR@ ,
+is searched before
+.IR PATH .
 .
 .
 .TP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]