Date: Thu, 15 Jul 1999 08:57:55 -0500 (CDT) From: chris@calldei.com To: FreeBSD-gnats-submit@freebsd.org Subject: docs/12652: [Patch] scsi.4 refers to old kernel config syntax Message-ID: <199907151357.IAA05920@holly.dyndns.org>
next in thread | raw e-mail | index | archive | help
>Number: 12652 >Category: docs >Synopsis: [Patch] scsi.4 refers to old kernel config syntax >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 15 07:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: scsi.4: $Id: scsi.4,v 1.12 1998/10/16 04:28:39 ken Exp $ >Description: The manual page for scsi(4) refers to the old kernel config syntax which involves quotes. This patch only applies to -CURRENT at this point. >How-To-Repeat: man 4 scsi >Fix: --- /usr/src/share/man/man4/scsi.4 Thu Oct 15 23:28:39 1998 +++ scsi.4 Thu Jul 15 08:53:16 1999 @@ -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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907151357.IAA05920>