Fix some mdoc nits.

.Fd - > .Cd
EXAMPLE - > EXAMPLES
man page -> manual page

Submitted by:	large part by sheldonh
This commit is contained in:
asmodai 2000-03-20 12:29:59 +00:00
parent 891f218b7c
commit 806a033cc3
2 changed files with 8 additions and 8 deletions

View File

@ -34,8 +34,8 @@
.Nm CONDSPLASSERT
.Nd conditional kernel spl level verification macro
.Sh SYNOPSIS
.Fd options INVARIANTS
.Fd options INVARIANT_SUPPORT
.Cd options INVARIANTS
.Cd options INVARIANT_SUPPORT
.Fn CONDSPLASSERT "condition, char *level, char *msg"
.Sh DESCRIPTION
In a kernel compiled with both "options INVARIANTS"
@ -78,7 +78,7 @@ When set to 2 the
.Fn CONDSPLASSERT
macro is defined to
.Xr panic 9 .
.Sh EXAMPLE
.Sh EXAMPLES
The kernel function
.Fn swp_pager_meta_build
must be called
@ -98,7 +98,7 @@ if (object->type != OBJT_SWAP) {
.Xr panic 9 ,
.Xr SPLASSERT 9
.Sh AUTHORS
This man page was written by
This manual page was written by
.An Jeroen Ruigrok van der Werven
.Aq asmodai@freebsd.org ,
based on the

View File

@ -35,8 +35,8 @@
.Nm SPLASSERT
.Nd kernel spl level verification macro
.Sh SYNOPSIS
.Fd options INVARIANTS
.Fd options INVARIANT_SUPPORT
.Cd options INVARIANTS
.Cd options INVARIANT_SUPPORT
.Fn SPLASSERT "char *level, char *msg"
.Sh DESCRIPTION
In a kernel compiled with both "options INVARIANTS"
@ -78,7 +78,7 @@ When set to 2 the
.Fn SPLASSERT
macro is defined to
.Xr panic 9 .
.Sh EXAMPLE
.Sh EXAMPLES
The kernel function
.Fn rtredirect
must be called at
@ -98,6 +98,6 @@ rtalloc(ro)
.Xr KASSERT 9 ,
.Xr panic 9
.Sh AUTHORS
This man page was written by
This manual page was written by
.An Jonathan M. Bresler
.Aq jmb@freebsd.org .