summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-07-04 15:59:50 +0000
committeraaron <aaron@openbsd.org>1999-07-04 15:59:50 +0000
commitb762cfb49b318edc8161ba0a9791834cc7ad4c24 (patch)
tree2c2ebd29a59f9f71435567073ae1240281804425
parentsome fix-ups (diff)
downloadwireguard-openbsd-b762cfb49b318edc8161ba0a9791834cc7ad4c24.tar.xz
wireguard-openbsd-b762cfb49b318edc8161ba0a9791834cc7ad4c24.zip
better wording
-rw-r--r--lib/libc/string/strsep.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3
index dfd835bce89..5d0f4072692 100644
--- a/lib/libc/string/strsep.3
+++ b/lib/libc/string/strsep.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strsep.3,v 1.5 1999/06/04 19:14:56 aaron Exp $
+.\" $OpenBSD: strsep.3,v 1.6 1999/07/04 15:59:50 aaron Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -70,8 +70,8 @@ An
.Dq empty
field, i.e., one caused by two adjacent delimiter characters,
can be detected by comparing the location referenced by the pointer returned
-in
-.Fa *stringp
+by
+.Fn strsep
to
.Ql \e0 .
.Pp