diff options
author | 2002-05-20 22:21:13 +0000 | |
---|---|---|
committer | 2002-05-20 22:21:13 +0000 | |
commit | 53345564848fd0b17642b7f25d9aea2cce8ef7bb (patch) | |
tree | 68e7ddfa06309f1fa1ddc1e99fa2f193260aadbb | |
parent | Add one more level to the kern.splassert sysctl. (diff) | |
download | wireguard-openbsd-53345564848fd0b17642b7f25d9aea2cce8ef7bb.tar.xz wireguard-openbsd-53345564848fd0b17642b7f25d9aea2cce8ef7bb.zip |
doc new splassert sysctl behavior.
-rw-r--r-- | share/man/man9/spl.9 | 5 |
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. |