From 6f49f8750388016173fa606647ac032ab286f200 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sat, 4 Mar 2000 22:19:32 +0000 Subject: 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. --- src/lib/libc/stdlib/strtod.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/stdlib/strtod.3') diff --git a/src/lib/libc/stdlib/strtod.3 b/src/lib/libc/stdlib/strtod.3 index ef61803910..143fea34dc 100644 --- a/src/lib/libc/stdlib/strtod.3 +++ b/src/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 -- cgit v1.2.3-55-g6feb