summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtod.3
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/stdlib/strtod.3
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/stdlib/strtod.3')
-rw-r--r--lib/libc/stdlib/strtod.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strtod.3 b/lib/libc/stdlib/strtod.3
index ef618039107..143fea34dca 100644
--- a/lib/libc/stdlib/strtod.3
+++ b/lib/libc/stdlib/strtod.3
@@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtod.3,v 1.5 2000/01/22 12:05:49 aaron Exp $
+.\" $OpenBSD: strtod.3,v 1.6 2000/03/04 22:19:31 aaron Exp $
.\"
.Dd June 29, 1991
.Dt STRTOD 3
@@ -63,7 +63,7 @@ a decimal-point character, optionally followed by an exponent.
An exponent consists of an ``E'' or ``e'', followed by an optional plus
or minus sign, followed by a sequence of digits.
.Pp
-Leading white-space characters in the string (as defined by the
+Leading whitespace characters in the string (as defined by the
.Xr isspace 3
function) are skipped.
.Sh RETURN VALUES