diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-10 11:06:25 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-01-10 11:06:25 +0000 |
| commit | b6607b59c8abe39f5a5e57989f10df87bcdf76aa (patch) | |
| tree | 111a5a5146907d1fe0b75533cdede614c0e50457 /lib/libc/string | |
| parent | 78f03ca72962d992dda7bcf90e47818c69d61276 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string')
| -rw-r--r-- | lib/libc/string/strspn.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3 index 04c4bdc3ae61..e96cbebab8a1 100644 --- a/lib/libc/string/strspn.3 +++ b/lib/libc/string/strspn.3 @@ -47,7 +47,7 @@ .Fn strspn "const char *s" "const char *charset" .Sh DESCRIPTION The -.Fn strcspn +.Fn strspn function spans the initial part of the null-terminated string .Fa s |
