diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-30 11:18:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-30 11:18:29 +0000 |
commit | 42b2ff37cd93ee4487b6b2a9bdf46aa44f3b28f0 (patch) | |
tree | 4309da8c5f7b4bff8dd503c2c04f0cef35e56ead /share | |
parent | b674ec9a88509939c7f02d8eaa5668217d1b8735 (diff) |
timezone -> time zone
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 4 | ||||
-rw-r--r-- | share/man/man7/environ.7 | 4 | ||||
-rw-r--r-- | share/man/man7/hier.7 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index d1584057a38..b0271a330ec 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.171 2005/11/24 12:08:16 pedro Exp $ +.\" $OpenBSD: options.4,v 1.172 2005/11/30 11:18:27 jmc Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -1034,7 +1034,7 @@ and/or .Xr apmd 8 . .It Cd option \&"TIMEZONE=value\&" .Ar value -indicates the timezone offset of the hardware realtime clock device, +indicates the time zone offset of the hardware realtime clock device, in minutes, from UTC. It is useful when the hardware realtime clock device is configured diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7 index e19e83b415a..3bb9a763cb0 100644 --- a/share/man/man7/environ.7 +++ b/share/man/man7/environ.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: environ.7,v 1.15 2005/08/18 08:55:13 jmc Exp $ +.\" $OpenBSD: environ.7,v 1.16 2005/11/30 11:18:27 jmc Exp $ .\" $NetBSD: environ.7,v 1.4 1995/07/03 19:45:07 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -155,7 +155,7 @@ or .Pa /var/tmp . Setting this variable will make them use another directory. .It Ev TZ -The timezone to use when displaying dates. +The time zone to use when displaying dates. The normal format is a pathname relative to .Pa /usr/share/zoneinfo . For example, the command diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index ca80ac316c6..3206b342425 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.58 2005/07/14 19:22:20 jmc Exp $ +.\" $OpenBSD: hier.7,v 1.59 2005/11/30 11:18:27 jmc Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -94,7 +94,7 @@ System configuration files and scripts. .Pp .Bl -tag -width "raddb/servers/" -compact .It localtime -Local timezone information (see +Local time zone information (see .Xr ctime 3 ) . .It X11/ Configuration files for the X11 window system. |