diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-03-20 12:29:59 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-03-20 12:29:59 +0000 |
commit | 806a033cc37a33627b87e1391eed40969b873370 (patch) | |
tree | 5efcc13f2955b3086deb6d1f51d95a2a066c215f /share | |
parent | 891f218b7c3aee1f3625f9d78925e5c3aa59994d (diff) | |
download | FreeBSD-src-806a033cc37a33627b87e1391eed40969b873370.zip FreeBSD-src-806a033cc37a33627b87e1391eed40969b873370.tar.gz |
Fix some mdoc nits.
.Fd - > .Cd
EXAMPLE - > EXAMPLES
man page -> manual page
Submitted by: large part by sheldonh
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/CONDSPLASSERT.9 | 8 | ||||
-rw-r--r-- | share/man/man9/SPLASSERT.9 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man9/CONDSPLASSERT.9 b/share/man/man9/CONDSPLASSERT.9 index b83311b..e52462b 100644 --- a/share/man/man9/CONDSPLASSERT.9 +++ b/share/man/man9/CONDSPLASSERT.9 @@ -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 diff --git a/share/man/man9/SPLASSERT.9 b/share/man/man9/SPLASSERT.9 index adc4d8a..dd75759 100644 --- a/share/man/man9/SPLASSERT.9 +++ b/share/man/man9/SPLASSERT.9 @@ -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 . |