From cd8b737d3c84e66851866724d030ced71eb6360b Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Sun, 19 Mar 2000 15:55:38 +0000 Subject: [PATCH] Trim trailing whitespace. --- share/man/man9/CONDSPLASSERT.9 | 10 +++++----- share/man/man9/SPLASSERT.9 | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/share/man/man9/CONDSPLASSERT.9 b/share/man/man9/CONDSPLASSERT.9 index 49468045799c..b83311b3c6f7 100644 --- a/share/man/man9/CONDSPLASSERT.9 +++ b/share/man/man9/CONDSPLASSERT.9 @@ -40,7 +40,7 @@ .Sh DESCRIPTION In a kernel compiled with both "options INVARIANTS" and "options INVARIANT_SUPPORT", -the +the .Fn CONDSPLASSERT macro compares the current spl level of the kernel with the spl .Ar level @@ -51,7 +51,7 @@ If the specified .Ar level is not active .Fn CONDSPLASSERT -calls the +calls the .Fn KASSERT macro with the .Ar msg, @@ -59,9 +59,9 @@ terminating the running system. .Pp In a kernel that does not have both "options INVARIANTS" and "options INVARIANT_SUPPORT", -the +the .Fn CONDSPLASSERT -macro is defined to be a no-op. +macro is defined to be a no-op. .Pp The behaviour of .Fn CONDSPLASSERT @@ -102,6 +102,6 @@ This man page was written by .An Jeroen Ruigrok van der Werven .Aq asmodai@freebsd.org , based on the -.Xr SPLASSERT 9 +.Xr SPLASSERT 9 manpage by Jonathan M. Bresler .Aq jmb@freebsd.org . diff --git a/share/man/man9/SPLASSERT.9 b/share/man/man9/SPLASSERT.9 index d4aeff3dd775..adc4d8aea14d 100644 --- a/share/man/man9/SPLASSERT.9 +++ b/share/man/man9/SPLASSERT.9 @@ -41,7 +41,7 @@ .Sh DESCRIPTION In a kernel compiled with both "options INVARIANTS" and "options INVARIANT_SUPPORT", -the +the .Fn SPLASSERT macro compares the current spl level of the kernel with the spl .Ar level @@ -51,7 +51,7 @@ If the specified .Ar level is not active .Fn SPLASSERT -calls the +calls the .Fn KASSERT macro with the .Ar msg, @@ -59,9 +59,9 @@ terminating the running system. .Pp In a kernel that does not have both "options INVARIANTS" and "options INVARIANT_SUPPORT", -the +the .Fn SPLASSERT -macro is defined to be a no-op. +macro is defined to be a no-op. .Pp The behaviour of .Fn SPLASSERT @@ -96,7 +96,7 @@ rtalloc(ro) .Sh SEE ALSO .Xr config 8 , .Xr KASSERT 9 , -.Xr panic 9 +.Xr panic 9 .Sh AUTHORS This man page was written by .An Jonathan M. Bresler