diff options
Diffstat (limited to 'src')
-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 |