diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-07 19:29:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-07 19:29:56 +0000 |
commit | 507b46e794ab771c80f45845bb7c486c09197ffd (patch) | |
tree | 61644288c5dcb0b9d42d772f695f872d722073d3 /share/man | |
parent | 06a955c694d49c41b942cf38dd778d6521678766 (diff) |
SCSITERSE saves 8KB, not 8 bytes.
Diffstat (limited to 'share/man')
-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 4c18143e062..b45509960eb 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.96 2002/04/07 00:03:29 tdeval Exp $ +.\" $OpenBSD: options.4,v 1.97 2002/04/07 19:29:55 millert 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 8 bytes or so. +This omits the table for decoding ASC/ASCQ info, saving about 8KB. .It Cd option SCSIDEBUG Prints extra debugging info for the SCSI subsystem to the console. .El |