summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1996-01-16 01:42:19 +0000
committerjtc <jtc@NetBSD.org>1996-01-16 01:42:19 +0000
commit99ec00663a42546c5c9a0e97d4e97892299251fe (patch)
treed2f92cdb94b828bc1a5002a5397e79562739de5a /lib/libc
parent18960b616f1fa58eac13f8556379e8cbf13cd4eb (diff)
Fix manpage typoes; PR #1905
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/strspn.34
1 files changed, 2 insertions, 2 deletions
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