summaryrefslogtreecommitdiffstats
path: root/lib/libc/time
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-03-04 22:19:22 +0000
committeraaron <aaron@openbsd.org>2000-03-04 22:19:22 +0000
commit3f78588edacf4583d6405f016b29d85dcaf084c5 (patch)
tree55efcbacc0caa5c00004783354a0a6600dc7fcfd /lib/libc/time
parentPoint out that dmesg is most commonly used to review system startup msgs. (diff)
downloadwireguard-openbsd-3f78588edacf4583d6405f016b29d85dcaf084c5.tar.xz
wireguard-openbsd-3f78588edacf4583d6405f016b29d85dcaf084c5.zip
In Unix land we prefer "whitespace" to "white space" or "white-space". At
least, this is the impression I get from looking at a lot of Perl docs.
Diffstat (limited to 'lib/libc/time')
-rw-r--r--lib/libc/time/strptime.312
-rw-r--r--lib/libc/time/zic.86
2 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/time/strptime.3 b/lib/libc/time/strptime.3
index 74ab569c673..ac055129b88 100644
--- a/lib/libc/time/strptime.3
+++ b/lib/libc/time/strptime.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strptime.3,v 1.5 1999/07/07 10:50:04 aaron Exp $
+.\" $OpenBSD: strptime.3,v 1.6 2000/03/04 22:19:32 aaron Exp $
.\"
.\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -56,12 +56,12 @@ using the format specified by
The
.Fa format
string consists of zero or more directives. A directive is composed
-of either one or more white-space as defined by
+of either one or more whitespace as defined by
.Fn isspace ,
-an ordinary character (neither `%' nor a white-space), or a conversion
+an ordinary character (neither `%' nor a whitespace), or a conversion
specification. A conversion specification consists of a percent sign `%'
followed by one or two conversion characters which specify the
-replacement required. There must be white-space or other
+replacement required. There must be whitespace or other
non-alphanumeric characters between any two conversion specifications.
.Pp
The LC_TIME category defines the locale values for the conversion
@@ -118,7 +118,7 @@ leading zeros are permitted but not required.
the minute [0,59];
leading zeros are permitted but not required.
.It Cm \&%n
-any white-space
+any whitespace
.It Cm \&%p
the locale's equivalent of a.m. or p.m..
.It Cm \&%r
@@ -129,7 +129,7 @@ the time as %H:%M.
the seconds [0,61];
leading zeros are permitted but not required.
.It Cm \&%t
-any white-space
+any whitespace
.It Cm \&%T
the time as %H:%M:%S.
.It Cm \&%U
diff --git a/lib/libc/time/zic.8 b/lib/libc/time/zic.8
index 2cbc3356ccf..958e6bd3854 100644
--- a/lib/libc/time/zic.8
+++ b/lib/libc/time/zic.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: zic.8,v 1.9 1999/07/09 13:35:21 aaron Exp $
+.\" $OpenBSD: zic.8,v 1.10 2000/03/04 22:19:32 aaron Exp $
.Dd May 23, 1999
.Dt ZIC 8
.Os
@@ -67,8 +67,8 @@ when checking year types (see below).
.El
.Pp
Input lines are made up of fields.
-Fields are separated from one another by any number of white space characters.
-Leading and trailing white space on input lines is ignored.
+Fields are separated from one another by any number of whitespace characters.
+Leading and trailing whitespace on input lines is ignored.
An unquoted sharp character (#) in the input introduces a comment which extends
to the end of the line the sharp character appears on.
White space characters and sharp characters may be enclosed in double quotes