From 2608f479cc82a1ffcbd0cec5334d4d4c24a9c0a7 Mon Sep 17 00:00:00 2001 From: wosch Date: Sun, 28 Dec 1997 12:06:29 +0000 Subject: The terminating character in strings is `NUL', not `NULL'. --- lib/libc/locale/mbrune.3 | 2 +- lib/libc/string/strchr.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/locale/mbrune.3 b/lib/libc/locale/mbrune.3 index 7d0f41e..72001f5 100644 --- a/lib/libc/locale/mbrune.3 +++ b/lib/libc/locale/mbrune.3 @@ -65,7 +65,7 @@ function locates the first occurrence of in the string pointed to by .Ar string . The terminating -.Dv NULL +.Dv NUL character is considered part of the string. If .Fa rune diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index d2676ba..d139f8e 100644 --- a/lib/libc/string/strchr.3 +++ b/lib/libc/string/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.1