From: Lennart Poettering Date: Wed, 31 Aug 2011 01:09:22 +0000 (+0200) Subject: man: document /etc/timezone X-Git-Tag: v35~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=801f44bb22a499f18889b4f5fd29cbb0298c8d98;hp=3a34ae3a4d211d9236ca77d9a162aa27ac11f5f9 man: document /etc/timezone --- diff --git a/Makefile.am b/Makefile.am index b0c1d97e6..25cde406e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -787,6 +787,7 @@ MANPAGES = \ man/systemd-logind.conf.5 \ man/tmpfiles.d.5 \ man/hostname.5 \ + man/timezone.5 \ man/machine-id.5 \ man/vconsole.conf.5 \ man/locale.conf.5 \ diff --git a/man/timezone.xml b/man/timezone.xml new file mode 100644 index 000000000..4e3327915 --- /dev/null +++ b/man/timezone.xml @@ -0,0 +1,90 @@ + + + + + + + + + /etc/timezone + systemd + + + + Developer + Lennart + Poettering + lennart@poettering.net + + + + + + timezone + 5 + + + + timezone + Local time zone configuration file + + + + /etc/timezone + + + + Description + + The /etc/timezone file + configures the system-wide time zone of the local + system that is used by applications for presentation + to the user. It should contain a single + newline-terminated line consisting of a time zone + identifier such as + Europe/Berlin. The file + /etc/localtime corresponds with + /etc/timezone and contains the + binary time zone data for the time zone. These files + should always be changed simultaneously and kept in + sync. + + The time zone may be overridden for individual + programs by using the TZ environment variable. See + environ7. + + + + History + + The simple configuration file format of + /etc/timezone originates from + Debian GNU/Linux. + + + + See Also + + systemd1 + + + +