Browse Source

NUL not NULL

OPENBSD_2_3
deraadt 27 years ago
parent
commit
6881dfce6f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/string/strchr.3

+ 2
- 2
src/lib/libc/string/strchr.3 View File

@ -33,7 +33,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dd June 29, 1991
.Dt STRCHR 3 .Dt STRCHR 3
@ -53,7 +53,7 @@ function locates the first occurrence of
in the string pointed to by in the string pointed to by
.Ar s . .Ar s .
The terminating The terminating
.Dv NULL
.Dv NUL
character is considered part of the string. character is considered part of the string.
If If
.Fa c .Fa c


Loading…
Cancel
Save