diff options
author | deraadt <> | 1996-01-07 07:37:38 +0000 |
---|---|---|
committer | deraadt <> | 1996-01-07 07:37:38 +0000 |
commit | 1aa0e25ff71f2cf06b49c0eb931798b4bc8a608b (patch) | |
tree | 41489f8254e1683bcd448c54733f3607f2a8e259 | |
parent | e77dc5c4325c2c51ccef8c31a4371d86d66526c9 (diff) | |
download | openbsd-1aa0e25ff71f2cf06b49c0eb931798b4bc8a608b.tar.gz openbsd-1aa0e25ff71f2cf06b49c0eb931798b4bc8a608b.tar.bz2 openbsd-1aa0e25ff71f2cf06b49c0eb931798b4bc8a608b.zip |
typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905
-rw-r--r-- | src/lib/libc/string/strspn.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strspn.3 b/src/lib/libc/string/strspn.3 index 4de03aa58b..36e44a3a38 100644 --- a/src/lib/libc/string/strspn.3 +++ b/src/lib/libc/string/strspn.3 | |||
@@ -34,7 +34,7 @@ | |||
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" from: @(#)strspn.3 5.3 (Berkeley) 6/29/91 | 36 | .\" from: @(#)strspn.3 5.3 (Berkeley) 6/29/91 |
37 | .\" $Id: strspn.3,v 1.1.1.1 1995/10/18 08:42:23 deraadt Exp $ | 37 | .\" $Id: strspn.3,v 1.2 1996/01/07 07:37:38 deraadt Exp $ |
38 | .\" | 38 | .\" |
39 | .Dd June 29, 1991 | 39 | .Dd June 29, 1991 |
40 | .Dt STRSPN 3 | 40 | .Dt STRSPN 3 |
@@ -48,7 +48,7 @@ | |||
48 | .Fn strspn "const char *s" "const char *charset" | 48 | .Fn strspn "const char *s" "const char *charset" |
49 | .Sh DESCRIPTION | 49 | .Sh DESCRIPTION |
50 | The | 50 | The |
51 | .Xr strcspn | 51 | .Fn strspn |
52 | function | 52 | function |
53 | spans the initial part of the null-terminated string | 53 | spans the initial part of the null-terminated string |
54 | .Fa s | 54 | .Fa s |