diff options
Diffstat (limited to 'man7/environ.7')
-rw-r--r-- | man7/environ.7 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/man7/environ.7 b/man7/environ.7 index be71add29a..3d4f707d67 100644 --- a/man7/environ.7 +++ b/man7/environ.7 @@ -198,7 +198,7 @@ command shall be valid. Note that the behavior of many programs and library routines is influenced by the presence or value of certain environment variables. Examples include the following: -.IP \(bu 3 +.IP \[bu] 3 The variables .BR LANG ", " LANGUAGE ", " NLSPATH ", " LOCPATH , .BR LC_ALL ", " LC_MESSAGES , @@ -207,37 +207,37 @@ and so on influence locale handling; see .BR gettext (3), and .BR locale (7). -.IP \(bu +.IP \[bu] .B TMPDIR influences the path prefix of names created by .BR tempnam (3) and other routines, and the temporary directory used by .BR sort (1) and other programs. -.IP \(bu +.IP \[bu] .BR LD_LIBRARY_PATH ", " LD_PRELOAD , and other .B LD_* variables influence the behavior of the dynamic loader/linker. See also .BR ld.so (8). -.IP \(bu +.IP \[bu] .B POSIXLY_CORRECT makes certain programs and library routines follow the prescriptions of POSIX. -.IP \(bu +.IP \[bu] The behavior of .BR malloc (3) is influenced by .B MALLOC_* variables. -.IP \(bu +.IP \[bu] The variable .B HOSTALIASES gives the name of a file containing aliases to be used with .BR gethostbyname (3). -.IP \(bu +.IP \[bu] .BR TZ " and " TZDIR give timezone information used by .BR tzset (3) @@ -248,14 +248,14 @@ and through that by functions like .BR strftime (3). See also .BR tzselect (8). -.IP \(bu +.IP \[bu] .B TERMCAP gives information on how to address a given terminal (or gives the name of a file containing such information). -.IP \(bu +.IP \[bu] .BR COLUMNS " and " LINES tell applications about the window size, possibly overriding the actual size. -.IP \(bu +.IP \[bu] .BR PRINTER " or " LPDEST may specify the desired printer to use. See |