NUL byte instead of null byte.

This commit is contained in:
wiz 2014-09-24 18:43:21 +00:00
parent 328930aec1
commit eb81de5e86
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)strstr.3 8.1 (Berkeley) 6/4/93
.\" $NetBSD: strstr.3,v 1.11 2014/09/24 18:16:37 christos Exp $
.\" $NetBSD: strstr.3,v 1.12 2014/09/24 18:43:21 wiz Exp $
.\"
.Dd September 24, 2014
.Dt STRSTR 3
@ -66,7 +66,7 @@ but ignores the case of both strings.
The
.Fn strnstr
function
locates the first occurrence of the null-terminated string
locates the first occurrence of the NUL-terminated string
.Fa little
in the string
.Fa big ,