mirror of git://sourceware.org/git/glibc.git
INSTALL: regenerate
This commit is contained in:
parent
7c1ec1b7d0
commit
6059938728
8
INSTALL
8
INSTALL
|
@ -417,9 +417,9 @@ a pseudoterminal so it can be used by the calling process. If you are
|
||||||
using a Linux kernel with the 'devpts' filesystem enabled and mounted at
|
using a Linux kernel with the 'devpts' filesystem enabled and mounted at
|
||||||
'/dev/pts', you don't need this program.
|
'/dev/pts', you don't need this program.
|
||||||
|
|
||||||
After installation you should configure the timezone and install
|
After installation you should configure the time zone ruleset and
|
||||||
locales for your system. The time zone configuration ensures that your
|
install locales for your system. The time zone ruleset ensures that
|
||||||
system time matches the time for your current timezone. The locales
|
timestamps are processed correctly for your location. The locales
|
||||||
ensure that the display of information on your system matches the
|
ensure that the display of information on your system matches the
|
||||||
expectations of your language and geographic region.
|
expectations of your language and geographic region.
|
||||||
|
|
||||||
|
@ -445,7 +445,7 @@ root use 'DESTDIR' e.g. 'make localedata/install-locale-files
|
||||||
DESTDIR=/opt/glibc', but note that this does not change the configured
|
DESTDIR=/opt/glibc', but note that this does not change the configured
|
||||||
prefix.
|
prefix.
|
||||||
|
|
||||||
To configure the locally used timezone, set the 'TZ' environment
|
To configure the time zone ruleset, set the 'TZ' environment
|
||||||
variable. The script 'tzselect' helps you to select the right value.
|
variable. The script 'tzselect' helps you to select the right value.
|
||||||
As an example, for Germany, 'tzselect' would tell you to use
|
As an example, for Germany, 'tzselect' would tell you to use
|
||||||
'TZ='Europe/Berlin''. For a system wide installation (the given paths
|
'TZ='Europe/Berlin''. For a system wide installation (the given paths
|
||||||
|
|
Loading…
Reference in New Issue