Don't use literal semicolons in .Fn macro invocations.

This commit is contained in:
Bruce Evans 1997-04-13 12:55:36 +00:00
parent 18b29797da
commit 330f606e46
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24872
13 changed files with 13 additions and 13 deletions

View file

@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn isalnum "int c";
.Fn isalnum "int c"
.Sh DESCRIPTION
The
.Fn isalnum

View file

@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn isalpha "int c";
.Fn isalpha "int c"
.Sh DESCRIPTION
The
.Fn isalpha

View file

@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn isascii "int c";
.Fn isascii "int c"
.Sh DESCRIPTION
The
.Fn isascii

View file

@ -40,7 +40,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn isblank "int c";
.Fn isblank "int c"
.Sh DESCRIPTION
The
.Fn isblank

View file

@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn iscntrl "int c";
.Fn iscntrl "int c"
.Sh DESCRIPTION
The
.Fn iscntrl

View file

@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn isdigit "int c";
.Fn isdigit "int c"
.Sh DESCRIPTION
The
.Fn isdigit

View file

@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn isgraph "int c";
.Fn isgraph "int c"
.Sh DESCRIPTION
The
.Fn isgraph

View file

@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn islower "int c";
.Fn islower "int c"
.Sh DESCRIPTION
The
.Fn islower

View file

@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn isprint "int c";
.Fn isprint "int c"
.Sh DESCRIPTION
The
.Fn isprint

View file

@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn ispunct "int c";
.Fn ispunct "int c"
.Sh DESCRIPTION
The
.Fn ispunct

View file

@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn isspace "int c";
.Fn isspace "int c"
.Sh DESCRIPTION
The
.Fn isspace

View file

@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn isupper "int c";
.Fn isupper "int c"
.Sh DESCRIPTION
The
.Fn isupper

View file

@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn isxdigit "int c";
.Fn isxdigit "int c"
.Sh DESCRIPTION
The
.Fn isxdigit