diff options
author | 2007-05-30 04:36:22 +0000 | |
---|---|---|
committer | 2007-05-30 04:36:22 +0000 | |
commit | 064fdd4ccd1fc47e98d3b97a83a62ae40e620fcf (patch) | |
tree | 2de459147f000e587542d4b6af74da37cec2729b | |
parent | Unbreak the tree - forgot a needs-flag; discovered by gwk (diff) | |
download | wireguard-openbsd-064fdd4ccd1fc47e98d3b97a83a62ae40e620fcf.tar.xz wireguard-openbsd-064fdd4ccd1fc47e98d3b97a83a62ae40e620fcf.zip |
It's 'SCSIDEBUG_LEVEL', not 'SCSI_DEBUG_LEVEL'.
-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. |