pointers are NULL, NUL is a char; deraadt@openbsd.org

This commit is contained in:
mikel 1997-12-30 06:05:59 +00:00
parent 6ee0ed93a2
commit 290139e9fe
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strchr.3 5.4 (Berkeley) 6/29/91
.\" $NetBSD: strchr.3,v 1.4 1997/10/09 10:08:57 lukem Exp $
.\" $NetBSD: strchr.3,v 1.5 1997/12/30 06:05:59 mikel Exp $
.\"
.Dd June 29, 1991
.Dt STRCHR 3
@ -54,7 +54,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