summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-05-20 22:21:14 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-05-20 22:21:14 +0000
commit16eef488be5d6382da6b6227a6a542b9fe807921 (patch)
tree0e3802d3a0038afe8b628283921ca4fe23f97972 /share/man/man9
parent631844657fe6c44d71889c3f19c60c52d836cca0 (diff)
doc new splassert sysctl behavior.
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/spl.95
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9
index d5df6563c58..ee8b5181ae5 100644
--- a/share/man/man9/spl.9
+++ b/share/man/man9/spl.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spl.9,v 1.10 2002/05/15 23:18:06 art Exp $
+.\" $OpenBSD: spl.9,v 1.11 2002/05/20 22:21:13 art Exp $
.\" $NetBSD: spl.9,v 1.1 1997/03/11 06:15:05 mikel Exp $
.\"
.\" Copyright (c) 1997 Michael Long.
@@ -207,4 +207,5 @@ The behavior of the
function is controlled by the kern.splassert
.Xr sysctl 8 .
Set to 0 it disables error checking, set to 1 it prints an error message
-if error is detected, any other value causes a system panic on errors.
+if error is detected, 2 prints a message and stack traceback if possible,
+any other value causes a system panic on errors.