summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-03-18 21:51:16 +0000
committerasmodai <asmodai@FreeBSD.org>2000-03-18 21:51:16 +0000
commitb6fdd2ec8631744f238d9572423e4d056b99596e (patch)
tree2ef442727633ea2cdec4443f47a408be8f2dd155
parente8abb5e850467e82caad343de81e1a3badfbb3d4 (diff)
downloadFreeBSD-src-b6fdd2ec8631744f238d9572423e4d056b99596e.zip
FreeBSD-src-b6fdd2ec8631744f238d9572423e4d056b99596e.tar.gz
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.
-rw-r--r--share/man/man9/Makefile2
-rw-r--r--share/man/man9/SPLASSERT.98
2 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 03ec9f7..6727fbd 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-MAN9= MD5.9 \
+MAN9= MD5.9 SPLASSERT.9 \
VFS.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 \
VFS_ROOT.9 VFS_START.9 VFS_STATFS.9 VFS_SYNC.9 VFS_UNMOUNT.9 \
VFS_VGET.9 VFS_VPTOFH.9 VFS_CHECKEXP.9 \
diff --git a/share/man/man9/SPLASSERT.9 b/share/man/man9/SPLASSERT.9
index bbffde5..c29adf9 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)
OpenPOWER on IntegriCloud