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 /lib | |
parent | b674ec9a88509939c7f02d8eaa5668217d1b8735 (diff) |
timezone -> time zone
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysconf.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 | ||||
-rw-r--r-- | lib/libc/gen/timezone.3 | 4 |
3 files changed, 6 insertions, 6 deletions
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 * |