diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-07-27 18:21:17 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-07-27 18:21:17 +0000 |
commit | c4994073bbe0ea80fd99c66c39cc36a2c28817b9 (patch) | |
tree | 52e8db69ab71cde3f6fb69e3ae2af52360885506 /share | |
parent | d2a864e4ba1191f41cedc7b23316fdc23eb7b915 (diff) | |
download | src-c4994073bbe0ea80fd99c66c39cc36a2c28817b9.tar.gz src-c4994073bbe0ea80fd99c66c39cc36a2c28817b9.zip |
Remove the quotes from the kernel configuration "options" lines, to
reflect actual usage.
PR: docs/12652
Submitted by: Chris Costello <chris@calldei.com>
Notes
Notes:
svn path=/head/; revision=49135
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/scsi.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4 index 99a2ee541552..04bc3b862a6c 100644 --- a/share/man/man4/scsi.4 +++ b/share/man/man4/scsi.4 @@ -1,4 +1,4 @@ -.\" $Id: scsi.4,v 1.11 1997/02/22 13:24:41 peter Exp $ +.\" $Id: scsi.4,v 1.12 1998/10/16 04:28:39 ken Exp $ .\" Copyright (c) 1996 .\" Julian Elischer <julian@freebsd.org>. All rights reserved. .\" @@ -44,11 +44,11 @@ .Cd "device sa0" .Cd "device ch1 at scbus0 target 4 unit 0" .Cd options CAMDEBUG -.Cd options "CAM_DEBUG_BUS=-1" -.Cd options "CAM_DEBUG_TARGET=-1" -.Cd options "CAM_DEBUG_LUN=-1" -.Cd options "CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_CDB" -.Cd options "CAM_MAX_HIGHPOWER=4" +.Cd options CAM_DEBUG_BUS=-1 +.Cd options CAM_DEBUG_TARGET=-1 +.Cd options CAM_DEBUG_LUN=-1 +.Cd options CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_CDB +.Cd options CAM_MAX_HIGHPOWER=4 .Cd options SCSI_NO_SENSE_STRINGS .Cd options SCSI_NO_OP_STRINGS .Cd options SCSI_DELAY=8000 |