From fd3c1edab9aec83ff25669f67d7f685ceb0ce2d9 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sun, 4 Jul 1999 15:59:50 +0000 Subject: better wording --- src/lib/libc/string/strsep.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') 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 @@ -.\" $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 -- cgit v1.2.3-55-g6feb