Browse Source

typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905

OPENBSD_2_0
deraadt 29 years ago
parent
commit
cc1caab09d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/string/strspn.3

+ 2
- 2
src/lib/libc/string/strspn.3 View File

@ -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


Loading…
Cancel
Save