groff-commit
[Top][All Lists]
Advanced

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

[groff] 03/04: groff(1): Eliminate page-local macro .EnvVar.


From: G. Branden Robinson
Subject: [groff] 03/04: groff(1): Eliminate page-local macro .EnvVar.
Date: Tue, 13 Nov 2018 21:59:21 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 84fb9f9f6f4bdc2d36688038011216693e44087f
Author: G. Branden Robinson <address@hidden>
Date:   Tue Nov 13 18:08:41 2018 -0500

    groff(1): Eliminate page-local macro .EnvVar.
    
    Signed-off-by: G. Branden Robinson <address@hidden>
---
 src/roff/groff/groff.1.man | 39 +++++++++++++++++----------------------
 1 file changed, 17 insertions(+), 22 deletions(-)

diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index 6dc29bc..0f4c9e9 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -33,11 +33,6 @@ groff \- front-end for the groff document formatting system
 .\" ====================================================================
 .
 .\" ====================================================================
-.\" Environment variable
-.de EnvVar
-.  IR \%\\$1 \\$2
-..
-.\" ====================================================================
 .\" 'char or string'
 .de Quoted
 .  ft CR
@@ -1384,20 +1379,20 @@ For example, DOS and Windows use a semicolon instead.
 .
 .
 .TP
-.EnvVar GROFF_BIN_PATH
+.I GROFF_BIN_PATH
 This search path, followed by
-.EnvVar PATH ,
+.IR PATH ,
 is used for commands that are executed by
 .BR groff .
 .
 If it is not set then the directory where the
 .I groff
 binaries were installed is prepended to
-.EnvVar PATH .
+.IR PATH .
 .
 .
 .TP
-.EnvVar GROFF_COMMAND_PREFIX
+.I GROFF_COMMAND_PREFIX
 When there is a need to run different
 .I roff
 implementations at the same time
@@ -1421,7 +1416,7 @@ version of
 .BR tbl .
 .
 By setting
-.EnvVar GROFF_COMMAND_PREFIX
+.I \%GROFF_COMMAND_PREFIX
 to different values, the different
 .I roff
 installations can be addressed.
@@ -1456,7 +1451,7 @@ package.
 .
 .
 .TP
-.EnvVar GROFF_ENCODING
+.I GROFF_ENCODING
 The value of this environment value is passed to the
 .B preconv
 preprocessor to select the encoding of input files.
@@ -1479,7 +1474,7 @@ without arguments.
 An explicit
 .B \-K
 command-line option overrides the value of
-.EnvVar GROFF_ENCODING .
+.IR \%GROFF_ENCODING .
 .
 See
 .BR preconv (@MAN1EXT@)
@@ -1487,7 +1482,7 @@ for details.
 .
 .
 .TP
-.EnvVar GROFF_FONT_PATH
+.I GROFF_FONT_PATH
 A list of directories in which to search for the
 .BI dev name
 directory in addition to the default ones.
@@ -1500,7 +1495,7 @@ for more details.
 .
 .
 .TP
-.EnvVar GROFF_TMAC_PATH
+.I GROFF_TMAC_PATH
 A list of directories in which to search for macro files in addition
 to the default directories.
 .
@@ -1512,22 +1507,22 @@ for more details.
 .
 .
 .TP
-.EnvVar GROFF_TMPDIR
+.I GROFF_TMPDIR
 The directory in which temporary files are created.
 .
 If this is not set but the environment variable
-.EnvVar TMPDIR
+.I \%TMPDIR
 instead, temporary files are created in the directory
-.EnvVar TMPDIR .
+.IR \%TMPDIR .
 .
 On MS-DOS and Windows platforms, the environment variables
-.EnvVar TMP
+.I TMP
 and
-.EnvVar TEMP
+.I TEMP
 (in that order) are searched also, after
-.EnvVar GROFF_TMPDIR
+.I \%GROFF_TMPDIR
 and
-.EnvVar TMPDIR .
+.IR \%TMPDIR .
 .
 Otherwise, temporary files are created in
 .BR /tmp .
@@ -1542,7 +1537,7 @@ commands use temporary files.
 .
 .
 .TP
-.EnvVar GROFF_TYPESETTER
+.I GROFF_TYPESETTER
 Preset the default device.
 .
 If this is not set the



reply via email to

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