From 66264c864cebdef04968959ffb4d184594b8c7ef Mon Sep 17 00:00:00 2001 From: mpp 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/libc/string') diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3 index 04c4bdc..e96cbeb 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.1