isalpha.3: srcfix: remove unneeded formatting directives

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-07 14:48:44 +01:00
parent de0f9c1cd5
commit 0a131de67c
1 changed files with 0 additions and 12 deletions

View File

@ -37,29 +37,17 @@ classification routines
.B #include <ctype.h>
.sp
.BI "int isalnum(int " "c" );
.br
.BI "int isalpha(int " "c" );
.br
.BI "int isascii(int " "c" );
.br
.BI "int isblank(int " "c" );
.br
.BI "int iscntrl(int " "c" );
.br
.BI "int isdigit(int " "c" );
.br
.BI "int isgraph(int " "c" );
.br
.BI "int islower(int " "c" );
.br
.BI "int isprint(int " "c" );
.br
.BI "int ispunct(int " "c" );
.br
.BI "int isspace(int " "c" );
.br
.BI "int isupper(int " "c" );
.br
.BI "int isxdigit(int " "c" );
.fi
.sp