diff options
author | 1996-01-07 07:37:38 +0000 | |
---|---|---|
committer | 1996-01-07 07:37:38 +0000 | |
commit | 0f6a7d148e255bd77dd2f7fae6aac4301c80cdb5 (patch) | |
tree | 10f7910b9c3124b2da9b13b448ee6e21ec33f3d1 | |
parent | date formatting glitch; from kashmir@umiacs.UMD.EDU; netbsd pr#1906 (diff) | |
download | wireguard-openbsd-0f6a7d148e255bd77dd2f7fae6aac4301c80cdb5.tar.xz wireguard-openbsd-0f6a7d148e255bd77dd2f7fae6aac4301c80cdb5.zip |
typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905
-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 4de03aa58bc..36e44a3a385 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.1.1.1 1995/10/18 08:42:23 deraadt Exp $ +.\" $Id: strspn.3,v 1.2 1996/01/07 07:37:38 deraadt 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 |