All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] hwclock: add TZDIR
@ 2015-03-13 19:11 J William Piggott
  2015-03-13 19:15 ` [PATCH 2/5] hwclock: Improve FILES section J William Piggott
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: J William Piggott @ 2015-03-13 19:11 UTC (permalink / raw)
  To: Karel Zak; +Cc: util-linux

Add information about TZDIR and improve the
ENVIRONMENT section.

Signed-off-by: J William Piggott <elseifthen@gmx.com>
---
 sys-utils/hwclock.8.in | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/sys-utils/hwclock.8.in b/sys-utils/hwclock.8.in
index fbc10ca..65ab99a 100644
--- a/sys-utils/hwclock.8.in
+++ b/sys-utils/hwclock.8.in
@@ -1039,11 +1039,18 @@ time conversion.
 Attempting to mix and match files from these separate databases will not
 work, because they each require the System Clock to use a different
 timescale. The zoneinfo database must be configured to use either posix
-or 'right', as described above.
-.
-.SH "ENVIRONMENT VARIABLES"
-.I TZ
-.
+or 'right', as described above, or by assigning a database path to the
+.SB TZDIR
+environment variable.
+.SH ENVIRONMENT
+.TP
+.B TZ
+If this variable is set its value takes precedence over the system
+configured timezone.
+.TP
+.B TZDIR
+If this variable is set its value takes precedence over the system
+configured timezone database directory path.
 .SH FILES
 .br
 .I @ADJTIME_PATH@

^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2015-03-18  9:43 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13 19:11 [PATCH 1/5] hwclock: add TZDIR J William Piggott
2015-03-13 19:15 ` [PATCH 2/5] hwclock: Improve FILES section J William Piggott
2015-03-13 19:18 ` [PATCH 3/5] hwclock: remove depreciated ntpdate J William Piggott
2015-03-15 15:26   ` Benno Schulenberg
2015-03-16  0:19     ` Isaac Dunham
2015-03-16 10:33     ` Karel Zak
2015-03-17  3:37       ` J William Piggott
2015-03-17  9:29         ` Karel Zak
2015-03-17 21:10           ` J William Piggott
2015-03-13 19:22 ` [PATCH 4/5] hwclock: add '11 minute mode' information J William Piggott
2015-03-15 15:47   ` Benno Schulenberg
2015-03-17  9:57     ` Karel Zak
2015-03-18  1:16       ` J William Piggott
2015-03-18  9:43         ` Karel Zak
2015-03-13 19:26 ` [PATCH 5/5] hwclock: man-page errata J William Piggott
2015-03-15 15:51   ` Benno Schulenberg
2015-03-15 15:20 ` [PATCH 1/5] hwclock: add TZDIR Benno Schulenberg
2015-03-16 10:30   ` Karel Zak
2015-03-17  9:58 ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.