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