diff options
| author | jtc <jtc@NetBSD.org> | 1996-01-16 01:42:19 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1996-01-16 01:42:19 +0000 |
| commit | 99ec00663a42546c5c9a0e97d4e97892299251fe (patch) | |
| tree | d2f92cdb94b828bc1a5002a5397e79562739de5a /lib/libc | |
| parent | 18960b616f1fa58eac13f8556379e8cbf13cd4eb (diff) | |
Fix manpage typoes; PR #1905
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/string/strspn.3 | 4 |
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 |
