summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-10 11:06:25 +0000
committermpp <mpp@FreeBSD.org>1996-01-10 11:06:25 +0000
commit66264c864cebdef04968959ffb4d184594b8c7ef (patch)
tree111a5a5146907d1fe0b75533cdede614c0e50457 /lib/libc/string
parent93959e6d0e4f44db387dbe1dd13ae0f56b3c5ea7 (diff)
downloadFreeBSD-src-66264c864cebdef04968959ffb4d184594b8c7ef.zip
FreeBSD-src-66264c864cebdef04968959ffb4d184594b8c7ef.tar.gz
Correct the strspn() man page so that it no longer references
itself as strcspn(). Obtained from: NetBSD-bugs mailing list (PR# 1905)
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strspn.32
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud