diff options
| -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 b83311b3c6f7..e52462bfa1f3 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 adc4d8aea14d..dd7575951354 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 . |
