From 99ec00663a42546c5c9a0e97d4e97892299251fe Mon Sep 17 00:00:00 2001 From: jtc Date: Tue, 16 Jan 1996 01:42:19 +0000 Subject: Fix manpage typoes; PR #1905 --- lib/libc/string/strspn.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/string') diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3 index e22cadabeaf..53fbf59eeb5 100644 --- a/lib/libc/string/strspn.3 +++ b/lib/libc/string/strspn.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strspn.3 5.3 (Berkeley) 6/29/91 -.\" $Id: strspn.3,v 1.2 1993/08/01 07:43:41 mycroft Exp $ +.\" $Id: strspn.3,v 1.3 1996/01/16 01:42:19 jtc Exp $ .\" .Dd June 29, 1991 .Dt STRSPN 3 @@ -48,7 +48,7 @@ .Fn strspn "const char *s" "const char *charset" .Sh DESCRIPTION The -.Xr strcspn +.Fn strspn function spans the initial part of the null-terminated string .Fa s -- cgit