summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraaron <>1999-07-04 15:59:50 +0000
committeraaron <>1999-07-04 15:59:50 +0000
commitfd3c1edab9aec83ff25669f67d7f685ceb0ce2d9 (patch)
tree0716ce48f78893639a955f41c40ee68fb4c3c538
parent0395bc5800143dafc68a0782a5243348d093419e (diff)
downloadopenbsd-fd3c1edab9aec83ff25669f67d7f685ceb0ce2d9.tar.gz
openbsd-fd3c1edab9aec83ff25669f67d7f685ceb0ce2d9.tar.bz2
openbsd-fd3c1edab9aec83ff25669f67d7f685ceb0ce2d9.zip
better wording
-rw-r--r--src/lib/libc/string/strsep.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/strsep.3 b/src/lib/libc/string/strsep.3
index dfd835bce8..5d0f407269 100644
--- a/src/lib/libc/string/strsep.3
+++ b/src/lib/libc/string/strsep.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strsep.3,v 1.5 1999/06/04 19:14:56 aaron Exp $ 1.\" $OpenBSD: strsep.3,v 1.6 1999/07/04 15:59:50 aaron Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991, 1993 3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -70,8 +70,8 @@ An
70.Dq empty 70.Dq empty
71field, i.e., one caused by two adjacent delimiter characters, 71field, i.e., one caused by two adjacent delimiter characters,
72can be detected by comparing the location referenced by the pointer returned 72can be detected by comparing the location referenced by the pointer returned
73in 73by
74.Fa *stringp 74.Fn strsep
75to 75to
76.Ql \e0 . 76.Ql \e0 .
77.Pp 77.Pp