diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 13:33:04 +0000 | 
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 13:33:04 +0000 | 
| commit | 5c564bae0a7655b1a517f322ad410a743e98e8d2 (patch) | |
| tree | 6086e75984c3472fb331e2598243ce260e65581f /lib/libc/string | |
| parent | 1fae73b137bfc5a237d7258e3c667ba87a36b7ff (diff) | |
Notes
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/index.3 | 2 | ||||
| -rw-r--r-- | lib/libc/string/rindex.3 | 2 | ||||
| -rw-r--r-- | lib/libc/string/strchr.3 | 4 | 
3 files changed, 4 insertions, 4 deletions
| diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3 index 0102fa6ffaf5..149b1af819da 100644 --- a/lib/libc/string/index.3 +++ b/lib/libc/string/index.3 @@ -53,7 +53,7 @@ function  locates the first character matching  .Fa c  (converted to a -.Em char ) +.Vt char )  in the null-terminated string  .Fa s .  .Sh RETURN VALUES diff --git a/lib/libc/string/rindex.3 b/lib/libc/string/rindex.3 index 954f1261bcf9..ddef319d29ac 100644 --- a/lib/libc/string/rindex.3 +++ b/lib/libc/string/rindex.3 @@ -54,7 +54,7 @@ locates the last character  matching  .Fa c  (converted to a -.Em char ) +.Vt char )  in the null-terminated string  .Fa s .  .Sh RETURN VALUES diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3 index 90c78d41c3f5..5bbc7398d920 100644 --- a/lib/libc/string/strchr.3 +++ b/lib/libc/string/strchr.3 @@ -52,9 +52,9 @@  The  .Fn strchr  function locates the first occurrence of -.Ar c +.Fa c  in the string pointed to by -.Ar s . +.Fa s .  The terminating  .Dv NUL  character is considered part of the string. | 
