strspn.3: Improve description in NAME

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723659

Reported-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-12-30 22:07:17 +13:00
parent aefd6f899d
commit 8a7ac774ba
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages
.\" Modified Sat Jul 24 17:57:50 1993 by Rik Faith (faith@cs.unc.edu)
.TH STRSPN 3 2012-05-10 "" "Linux Programmer's Manual"
.TH STRSPN 3 2013-12-30 "" "Linux Programmer's Manual"
.SH NAME
strspn, strcspn \- search a string for a set of bytes
strspn, strcspn \- get length of a prefix substring
.SH SYNOPSIS
.nf
.B #include <string.h>