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/string/strsep.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/string') diff --git a/src/lib/libc/string/strsep.3 b/src/lib/libc/string/strsep.3 index 5d0f407269..9f44a22d9b 100644 --- a/src/lib/libc/string/strsep.3 +++ b/src/lib/libc/string/strsep.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strsep.3,v 1.6 1999/07/04 15:59:50 aaron Exp $ +.\" $OpenBSD: strsep.3,v 1.7 2000/03/04 22:19:32 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -85,7 +85,7 @@ returns .Sh EXAMPLES The following uses .Fn strsep -to parse a string, containing tokens delimited by white space, into an +to parse a string, containing tokens delimited by whitespace, into an argument vector: .Bd -literal -offset indent char **ap, *argv[10], *inputstring; -- cgit v1.2.3-55-g6feb