OSDN Git Service

(split) LDP: Update original to LDP v3.63
[linuxjm/LDP_man-pages.git] / original / man7 / environ.7
index 4a0f38f..0a84400 100644 (file)
 .\" Modified Sun Jul 25 10:45:30 1993 by Rik Faith (faith@cs.unc.edu)
 .\" Modified Sun Jul 21 21:25:26 1996 by Andries Brouwer (aeb@cwi.nl)
 .\" Modified Mon Oct 21 17:47:19 1996 by Eric S. Raymond (esr@thyrsus.com)
-.\" Modified Wed Aug 27 20:28:58 1997 by Nicolás Lichtmaier (nick@debian.org)
+.\" Modified Wed Aug 27 20:28:58 1997 by Nicolás Lichtmaier (nick@debian.org)
 .\" Modified Mon Sep 21 00:00:26 1998 by Andries Brouwer (aeb@cwi.nl)
 .\" Modified Wed Jan 24 06:37:24 2001 by Eric S. Raymond (esr@thyrsus.com)
 .\" Modified Thu Dec 13 23:53:27 2001 by Martin Schulze <joey@infodrom.org>
 .\"
-.TH ENVIRON 7 2009-07-25 "Linux" "Linux Programmer's Manual"
+.TH ENVIRON 7 2014-01-18 "Linux" "Linux Programmer's Manual"
 .SH NAME
 environ \- user environment
 .SH SYNOPSIS
@@ -76,15 +76,19 @@ from the password file
 The name of a locale to use for locale categories when not overridden
 by
 .B LC_ALL
-or more specific environment variables like
+or more specific environment variables such as
 .BR LC_COLLATE ,
 .BR LC_CTYPE ,
 .BR LC_MESSAGES ,
 .BR LC_MONETARY ,
 .BR LC_NUMERIC ,
-.BR LC_TIME ,
-cf.
-.BR locale (5).
+and
+.BR LC_TIME
+(see
+.BR locale (7)
+for further details of the
+.BR LC_*
+environment variables).
 .TP
 .B PATH
 The sequence of directory prefixes that
@@ -146,15 +150,18 @@ A random collection:
 The variables
 .BR LANG ", " LANGUAGE ", " NLSPATH ", " LOCPATH ", "
 .BR LC_ALL ", " LC_MESSAGES ", "
-etc. influence locale handling, cf.
-.BR locale (5).
+and so on influence locale handling; see
+.BR catopen (3),
+.BR gettext (3),
+and
+.BR locale (7).
 .LP
 .B TMPDIR
 influences the path prefix of names created by
 .BR tmpnam (3)
-and other routines, the temporary directory used by
+and other routines, and the temporary directory used by
 .BR sort (1)
-and other programs, etc.
+and other programs.
 .LP
 .BR LD_LIBRARY_PATH ", " LD_PRELOAD
 and other LD_* variables influence
@@ -251,4 +258,4 @@ should consider renaming their option to
 .BR putenv (3),
 .BR setenv (3),
 .BR unsetenv (3),
-.BR locale (5)
+.BR locale (7)