diff options
author | aaron <> | 1999-06-29 18:01:34 +0000 |
---|---|---|
committer | aaron <> | 1999-06-29 18:01:34 +0000 |
commit | 403f5844d16c63a63b8ce33a354e4871cb93df4c (patch) | |
tree | 8cb26f4259822c517bec5c7028ba41be89eb964b /src/lib/libc/string/index.3 | |
parent | e5791ef4d456e0071415b711d9969fb50535b063 (diff) | |
download | openbsd-403f5844d16c63a63b8ce33a354e4871cb93df4c.tar.gz openbsd-403f5844d16c63a63b8ce33a354e4871cb93df4c.tar.bz2 openbsd-403f5844d16c63a63b8ce33a354e4871cb93df4c.zip |
repairs
Diffstat (limited to 'src/lib/libc/string/index.3')
-rw-r--r-- | src/lib/libc/string/index.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/string/index.3 b/src/lib/libc/string/index.3 index d236a73a48..e70b13c55b 100644 --- a/src/lib/libc/string/index.3 +++ b/src/lib/libc/string/index.3 | |||
@@ -31,7 +31,7 @@ | |||
31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
33 | .\" | 33 | .\" |
34 | .\" $OpenBSD: index.3,v 1.4 1997/12/30 01:09:49 deraadt Exp $ | 34 | .\" $OpenBSD: index.3,v 1.5 1999/06/29 18:01:32 aaron Exp $ |
35 | .\" | 35 | .\" |
36 | .Dd April 19, 1991 | 36 | .Dd April 19, 1991 |
37 | .Dt INDEX 3 | 37 | .Dt INDEX 3 |
@@ -50,13 +50,13 @@ function | |||
50 | locates the first character matching | 50 | locates the first character matching |
51 | .Fa c | 51 | .Fa c |
52 | (converted to a | 52 | (converted to a |
53 | .Em char ) | 53 | .Li char ) |
54 | in the null-terminated string | 54 | in the null-terminated string |
55 | .Fa s . | 55 | .Fa s . |
56 | .Sh RETURN VALUES | 56 | .Sh RETURN VALUES |
57 | If the character | 57 | If the character |
58 | .Fa c | 58 | .Fa c |
59 | is found, a pointer to it is returned; otherwise | 59 | is found, a pointer to it is returned; otherwise, |
60 | .Dv NULL | 60 | .Dv NULL |
61 | is returned. | 61 | is returned. |
62 | If | 62 | If |
@@ -78,5 +78,5 @@ locates the terminating '\e0'. | |||
78 | .Sh HISTORY | 78 | .Sh HISTORY |
79 | An | 79 | An |
80 | .Fn index | 80 | .Fn index |
81 | function appeared in | 81 | function appeared in |
82 | .At v6 . | 82 | .At v6 . |