From 64e66e5963c263bb30879f7e00d35285e4f6a942 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 29 Dec 1997 22:31:50 +0000 Subject: NUL not NULL --- src/lib/libc/string/strchr.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/string/strchr.3 b/src/lib/libc/string/strchr.3 index 806fe734da..c3bc2f8817 100644 --- a/src/lib/libc/string/strchr.3 +++ b/src/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-55-g6feb