diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 18:01:35 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 18:01:35 +0000 |
commit | 2c9812a5e42aed1da9bee32d389811387397705c (patch) | |
tree | 78de2d4584882d5b63120e86418f290108810b2b /lib/libc/string/index.3 | |
parent | 74d60a9228454d1da06e9819b9fa1773fa5a3322 (diff) |
repairs
Diffstat (limited to 'lib/libc/string/index.3')
-rw-r--r-- | lib/libc/string/index.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3 index d236a73a48f..e70b13c55b4 100644 --- a/lib/libc/string/index.3 +++ b/lib/libc/string/index.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: index.3,v 1.4 1997/12/30 01:09:49 deraadt Exp $ +.\" $OpenBSD: index.3,v 1.5 1999/06/29 18:01:32 aaron Exp $ .\" .Dd April 19, 1991 .Dt INDEX 3 @@ -50,13 +50,13 @@ function locates the first character matching .Fa c (converted to a -.Em char ) +.Li char ) in the null-terminated string .Fa s . .Sh RETURN VALUES If the character .Fa c -is found, a pointer to it is returned; otherwise +is found, a pointer to it is returned; otherwise, .Dv NULL is returned. If @@ -78,5 +78,5 @@ locates the terminating '\e0'. .Sh HISTORY An .Fn index -function appeared in +function appeared in .At v6 . |