diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2011-04-22 21:49:30 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2011-04-22 21:49:30 +0000 |
commit | 2003c04f036bea3bcd45cfb46c0f2ad8e8c47da5 (patch) | |
tree | 4d572b3a78876a37b81f0975d5e9e1cfc91f89a1 | |
parent | 8cfa3c8e3f0486431432b01e2efe05d5d8fdf083 (diff) |
Somebody moved a line about SCSIDEBUG_LEVEL into the wrong spot.
Move it back. Make explicit the default value of SCSIDEBUG_LEVEL.
-rw-r--r-- | share/man/man4/options.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 781c3a25551..d56348e77c2 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.210 2011/04/05 18:51:25 thib Exp $ +.\" $OpenBSD: options.4,v 1.211 2011/04/22 21:49:29 krw Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: April 5 2011 $ +.Dd $Mdocdate: April 22 2011 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -760,11 +760,11 @@ and must have non-zero values for any debugging info to be printed. Only .Em SCSIDEBUG_LEVEL +has a default value (SDEV_DB1 | SDEV_DB2) that is non-zero. .It Cd option SCSIDEBUG_BUSES= Ns Ar value Define which SCSI buses will print debug info. Each bit enables debugging info for the corresponding bus. e.g. a value of 0x1 enables debug info for bus 0. -has a default value that is non-zero. .It Cd option SCSIDEBUG_LEVEL= Ns Ar value Define which of the four levels of debugging info are printed. Each bit enables a level, and multiple levels are specified by setting multiple |