From 403f5844d16c63a63b8ce33a354e4871cb93df4c Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 29 Jun 1999 18:01:34 +0000 Subject: repairs --- src/lib/libc/string/index.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libc/string/index.3') 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 @@ .\" 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 . -- cgit v1.2.3-55-g6feb