From f0f4b3bfc96a6a1e9238bbc333ed144b08da811c Mon Sep 17 00:00:00 2001 From: nik Date: Tue, 27 Jul 1999 18:21:17 +0000 Subject: Remove the quotes from the kernel configuration "options" lines, to reflect actual usage. PR: docs/12652 Submitted by: Chris Costello --- share/man/man4/scsi.4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4 index 99a2ee54..04bc3b8 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 . 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 -- cgit v1.1