diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-12-28 12:06:29 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-12-28 12:06:29 +0000 |
| commit | de635b0683ddd6456f6776e2a2905f1dedd343d6 (patch) | |
| tree | 5a7d88c891f973c110df4d535fef56f8c8606c90 /lib/libc | |
| parent | 928bf16d2549692c5f9d67577f181c5d06f9778d (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/mbrune.3 | 2 | ||||
| -rw-r--r-- | lib/libc/string/strchr.3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/mbrune.3 b/lib/libc/locale/mbrune.3 index 7d0f41eb8050..72001f5bc99b 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 d2676ba14841..d139f8ee8cc9 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 |
