summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-11-30 11:18:27 +0000
committerjmc <jmc@openbsd.org>2005-11-30 11:18:27 +0000
commitb3b0658ba306e89e689e3f00f61fde39746e302b (patch)
tree2e1c2ade5628e8c677d73bda7f9698f706e3decf
parenta few more saa philips tv cards (diff)
downloadwireguard-openbsd-b3b0658ba306e89e689e3f00f61fde39746e302b.tar.xz
wireguard-openbsd-b3b0658ba306e89e689e3f00f61fde39746e302b.zip
timezone -> time zone
-rw-r--r--bin/date/date.16
-rw-r--r--bin/ls/ls.14
-rw-r--r--lib/libc/gen/sysconf.34
-rw-r--r--lib/libc/gen/sysctl.34
-rw-r--r--lib/libc/gen/timezone.34
-rw-r--r--share/man/man4/options.44
-rw-r--r--share/man/man7/environ.74
-rw-r--r--share/man/man7/hier.74
-rw-r--r--usr.bin/newsyslog/newsyslog.84
-rw-r--r--usr.bin/ssh/ssh.14
-rw-r--r--usr.sbin/cron/cron.84
11 files changed, 23 insertions, 23 deletions
diff --git a/bin/date/date.1 b/bin/date/date.1
index 611a611f9b1..66759826694 100644
--- a/bin/date/date.1
+++ b/bin/date/date.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: date.1,v 1.43 2005/11/29 19:07:46 dhartmei Exp $
+.\" $OpenBSD: date.1,v 1.44 2005/11/30 11:18:27 jmc Exp $
.\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -156,11 +156,11 @@ and leap years are handled automatically.
.Sh ENVIRONMENT
.Bl -tag -width Ds
.It Ev TZ
-The timezone to use when displaying dates.
+The time zone to use when displaying dates.
See
.Xr environ 7
for more information.
-If this variable is not set, the timezone is determined based on
+If this variable is not set, the time zone is determined based on
.Pa /etc/localtime ,
which the administrator adjusts using
the
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 5f596d682cf..0fee9be6d2e 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ls.1,v 1.45 2005/06/15 17:47:17 millert Exp $
+.\" $OpenBSD: ls.1,v 1.46 2005/11/30 11:18:27 jmc Exp $
.\" $NetBSD: ls.1,v 1.14 1995/12/05 02:44:01 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
@@ -417,7 +417,7 @@ based on the width provided
(see
.Fl C ) .
.It Ev TZ
-The timezone to use when displaying dates.
+The time zone to use when displaying dates.
See
.Xr environ 7
for more information.
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index 008f8f80e4c..71efc368d73 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysconf.3,v 1.20 2005/07/22 03:16:58 jaredy Exp $
+.\" $OpenBSD: sysconf.3,v 1.21 2005/11/30 11:18:27 jmc Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -72,7 +72,7 @@ The minimum maximum number of streams that a process may have open
at any one time.
.It Li _SC_TZNAME_MAX
The minimum maximum number of types supported for the name of a
-timezone.
+time zone.
.It Li _SC_JOB_CONTROL
Returns 1 if job control is available on this system, otherwise \-1.
.It Li _SC_SAVED_IDS
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index a52768b23bb..11e50f98aae 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.146 2005/11/29 20:35:00 otto Exp $
+.\" $OpenBSD: sysctl.3,v 1.147 2005/11/30 11:18:27 jmc Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -1844,7 +1844,7 @@ The maximum number of streams that a process may have open
at any one time.
.It Dv USER_TZNAME_MAX
The minimum maximum number of types supported for the name of a
-timezone.
+time zone.
.El
.Ss CTL_VFS
The string and integer information available for the
diff --git a/lib/libc/gen/timezone.3 b/lib/libc/gen/timezone.3
index fa3f8b88245..cd6944b4ade 100644
--- a/lib/libc/gen/timezone.3
+++ b/lib/libc/gen/timezone.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: timezone.3,v 1.12 2003/07/07 14:58:17 jmc Exp $
+.\" $OpenBSD: timezone.3,v 1.13 2005/11/30 11:18:27 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.Os
.Sh NAME
.Nm timezone
-.Nd return the timezone abbreviation
+.Nd return the time zone abbreviation
.Sh SYNOPSIS
.Fd #include <time.h>
.Ft char *
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.
diff --git a/usr.bin/newsyslog/newsyslog.8 b/usr.bin/newsyslog/newsyslog.8
index 12ca95e02ff..e31a8cd2b8a 100644
--- a/usr.bin/newsyslog/newsyslog.8
+++ b/usr.bin/newsyslog/newsyslog.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: newsyslog.8,v 1.40 2005/03/02 15:47:29 jmc Exp $
+.\" $OpenBSD: newsyslog.8,v 1.41 2005/11/30 11:18:27 jmc Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -246,7 +246,7 @@ many hours have passed since the last rotation.
When both a time and an interval are specified, both conditions
must be satisfied for the rotation to take place.
.Pp
-There is no provision for the specification of a timezone.
+There is no provision for the specification of a time zone.
There is little point in specifying an explicit minutes or seconds
component in the current implementation, since the only comparison is
.Sq within the hour .
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1
index 8e0f377199e..6342d3cdc4d 100644
--- a/usr.bin/ssh/ssh.1
+++ b/usr.bin/ssh/ssh.1
@@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh.1,v 1.212 2005/09/19 23:31:31 djm Exp $
+.\" $OpenBSD: ssh.1,v 1.213 2005/11/30 11:18:27 jmc Exp $
.Dd September 25, 1999
.Dt SSH 1
.Os
@@ -975,7 +975,7 @@ with the current shell or command.
If the current session has no tty,
this variable is not set.
.It Ev TZ
-The timezone variable is set to indicate the present timezone if it
+The time zone variable is set to indicate the present time zone if it
was set when the daemon was started (i.e., the daemon passes the value
on to new connections).
.It Ev USER
diff --git a/usr.sbin/cron/cron.8 b/usr.sbin/cron/cron.8
index 9c720e8fa94..ed25d1a0426 100644
--- a/usr.sbin/cron/cron.8
+++ b/usr.sbin/cron/cron.8
@@ -17,7 +17,7 @@
.\" Agency (DARPA) and Air Force Research Laboratory, Air Force
.\" Materiel Command, USAF, under agreement number F39502-99-1-0512.
.\"
-.\" $OpenBSD: cron.8,v 1.26 2004/06/03 19:56:09 millert Exp $
+.\" $OpenBSD: cron.8,v 1.27 2005/11/30 11:18:28 jmc Exp $
.\"
.Dd July 6, 2002
.Dt CRON 8
@@ -108,7 +108,7 @@ Conversely, if time has moved backward, care is taken to avoid running
jobs twice.
.Pp
Time changes of more than 3 hours are considered to be corrections to
-the clock or timezone, and the new time is used immediately.
+the clock or time zone, and the new time is used immediately.
.Pp
The options are as follows:
.Bl -tag -width Ds