diff options
author | 2004-04-27 03:01:25 +0000 | |
---|---|---|
committer | 2004-04-27 03:01:25 +0000 | |
commit | 7b097fa900ac529c16fc64403bfcd57de7d9feea (patch) | |
tree | 2306b43c63e7ea20fee2ba0249443915dea8223d | |
parent | make separate functions to enable/disable altq, and call them when we (diff) | |
download | wireguard-openbsd-7b097fa900ac529c16fc64403bfcd57de7d9feea.tar.xz wireguard-openbsd-7b097fa900ac529c16fc64403bfcd57de7d9feea.zip |
Recalculation of memory footprint of ASC/ASCQ table since I was in here anyway. ok krw@
-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 01a6ce254f5..8d999e86f13 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.139 2004/04/20 06:39:04 tedu Exp $ +.\" $OpenBSD: options.4,v 1.140 2004/04/27 03:01:25 marco Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -908,7 +908,7 @@ which affects processor cycle counter. .Bl -ohang .It Cd option SCSITERSE Terser SCSI error messages. -This omits the table for decoding ASC/ASCQ info, saving about 8KB. +This omits the table for decoding ASC/ASCQ info, saving about 30KB. .It Cd option SCSIDEBUG Enable printing of SCSI subsystem debugging info to the console. Each of |