From eb81de5e862efb8db2c54ae5506476411f5b0455 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 24 Sep 2014 18:43:21 +0000 Subject: [PATCH] NUL byte instead of null byte. --- lib/libc/string/strstr.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3 index 095a0917ab9a..85e0369adf98 100644 --- a/lib/libc/string/strstr.3 +++ b/lib/libc/string/strstr.3 @@ -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 ,