mdoc(7) police: LIBRARY should be before SYNOPSIS.

This commit is contained in:
Ruslan Ermilov 2001-03-29 13:03:23 +00:00
parent e9d43b279b
commit 50c9722d3b

View File

@ -42,12 +42,12 @@
.Sh NAME
.Nm isalnum
.Nd alphanumeric character test
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.Fd #include <ctype.h>
.Ft int
.Fn isalnum "int c"
.Sh LIBRARY
.Lb libc
.Sh DESCRIPTION
The
.Fn isalnum