aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-04-16 09:17:06 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-04-21 04:46:56 +0000
commitb5a5ddaa4c2e6c2d813e1662df4b2f8ac941c61e (patch)
treebd7798988950c8b01aa8562c810573382caf1160
parent3c5b9739552c9e2afdbfb015db2288bfa9dc2199 (diff)
downloadsrc-b5a5ddaa4c2e6c2d813e1662df4b2f8ac941c61e.tar.gz
src-b5a5ddaa4c2e6c2d813e1662df4b2f8ac941c61e.zip
grdc.6: Add an ENVIRONMENT section
- Add an ENVIRONMENT section Obtained from: OpenBSD (cherry picked from commit 991360ba49707b84889e5bfce49dfbf383088171)
-rw-r--r--usr.bin/grdc/grdc.612
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/grdc/grdc.6 b/usr.bin/grdc/grdc.6
index 5226a6b2a9c7..269b8984ec3e 100644
--- a/usr.bin/grdc/grdc.6
+++ b/usr.bin/grdc/grdc.6
@@ -26,6 +26,18 @@ The optional
flag tells grdc to output the time in a 12-hour format.
In this curses mode implementation,
the scrolling option has trouble keeping up.
+.Sh ENVIRONMENT
+.Bl -tag -width Ds
+.It Ev TZ
+The time zone to use for displaying the time.
+It is normally specified as a pathname relative to
+.Pa /usr/share/zoneinfo ,
+though see
+.Xr tzset 3
+for more information.
+If this variable is not set, the time zone is determined based on
+.Pa /etc/localtime .
+.El
.Sh AUTHORS
.An -nosplit
.An Amos Shapir ,