diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-30 04:36:23 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2007-05-30 04:36:23 +0000 |
commit | 277a4ab0979c704b527d8b13888d4ecf8f581f43 (patch) | |
tree | 17113c018955eb7425889fcfe1a6f889ea621b95 /share | |
parent | 6a18b38913636dba00efb163cd65902f93be2a7d (diff) |
It's 'SCSIDEBUG_LEVEL', not 'SCSI_DEBUG_LEVEL'.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 0247268bbee..675c6ed43e4 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.179 2007/05/28 23:29:59 beck Exp $ +.\" $OpenBSD: options.4,v 1.180 2007/05/30 04:36:22 krw Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -864,7 +864,7 @@ and .Em SCSIDEBUG_LUNS must have non-zero values for any debugging info to be printed. Only -.Em SCSI_DEBUG_LEVEL +.Em SCSIDEBUG_LEVEL has a default value that is non-zero. .It Cd option SCSIDEBUG_LEVEL=value Define which of the four levels of debugging info are printed. |