From eefcb6372e92205d38ed68bedc0c7d995cb21464 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 29 Dec 1997 22:31:51 +0000 Subject: NUL not NULL --- lib/libc/string/strchr.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index 806fe734da9..c3bc2f88174 100644 --- a/lib/libc/string/strchr.3 +++ b/lib/libc/string/strchr.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strchr.3,v 1.2 1996/08/19 08:34:11 tholo Exp $ +.\" $OpenBSD: strchr.3,v 1.3 1997/12/29 22:31:50 deraadt Exp $ .\" .Dd June 29, 1991 .Dt STRCHR 3 @@ -53,7 +53,7 @@ function locates the first occurrence of in the string pointed to by .Ar s . The terminating -.Dv NULL +.Dv NUL character is considered part of the string. If .Fa c -- cgit v1.2.3