aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/SPLASSERT.9
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-03-18 21:51:16 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2000-03-18 21:51:16 +0000
commit5eca43faa992c5962e1027631db74be7d8738441 (patch)
tree6d8a51cc1adfe563d2acbd345b937c43c582cdc6 /share/man/man9/SPLASSERT.9
parent1d34c9e91735ae053b716f42338c3826d61706b8 (diff)
downloadsrc-5eca43faa992c5962e1027631db74be7d8738441.tar.gz
src-5eca43faa992c5962e1027631db74be7d8738441.zip
After about two months I am the first to notice that SPLASERT.9 never
got installed. Also, correct the copyright to a more realistic date (1996->2000). Fix some wordings and omissions.
Notes
Notes: svn path=/head/; revision=58249
Diffstat (limited to 'share/man/man9/SPLASSERT.9')
-rw-r--r--share/man/man9/SPLASSERT.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/SPLASSERT.9 b/share/man/man9/SPLASSERT.9
index bbffde51aea5..c29adf949583 100644
--- a/share/man/man9/SPLASSERT.9
+++ b/share/man/man9/SPLASSERT.9
@@ -1,6 +1,6 @@
.\" -*- nroff -*-
.\"
-.\" Copyright (c) 1996 Joanthan M Bresler
+.\" Copyright (c) 2000 Joanthan M Bresler
.\"
.\" All rights reserved.
.\"
@@ -46,7 +46,7 @@ the
macro compares the current spl level of the kernel with the spl
.Ar level
specified in the macro
-.Fn SPLASSERT
+.Fn SPLASSERT .
If the specified
.Ar level
is not active
@@ -61,12 +61,12 @@ In a kernel that does not have both "options INVARIANTS"
and "options INVARIANT_SUPPORT",
the
.Fn SPLASSERT
-macro is defined to be no-op.
+macro is defined to be a no-op.
.Sh EXAMPLE
The kernel function
.Fn rtredirect
must be called at
-.Fn splnet
+.Fn splnet :
.Bd -literal -offset indent
void
rtalloc(ro)