From b6607b59c8abe39f5a5e57989f10df87bcdf76aa Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Wed, 10 Jan 1996 11:06:25 +0000 Subject: Correct the strspn() man page so that it no longer references itself as strcspn(). Obtained from: NetBSD-bugs mailing list (PR# 1905) --- lib/libc/string/strspn.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3 index 04c4bdc3ae61..e96cbebab8a1 100644 --- a/lib/libc/string/strspn.3 +++ b/lib/libc/string/strspn.3 @@ -47,7 +47,7 @@ .Fn strspn "const char *s" "const char *charset" .Sh DESCRIPTION The -.Fn strcspn +.Fn strspn function spans the initial part of the null-terminated string .Fa s -- cgit v1.3