summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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