From chris@holly.dyndns.org Thu Jul 15 06:57:40 1999
Return-Path: <chris@holly.dyndns.org>
Received: from leap.innerx.net (leap.innerx.net [38.179.176.25])
	by hub.freebsd.org (Postfix) with ESMTP id E0A7D14E6D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Jul 1999 06:57:37 -0700 (PDT)
	(envelope-from chris@holly.dyndns.org)
Received: from holly.dyndns.org (ip32.houston3.tx.pub-ip.psi.net [38.12.169.32])
	by leap.innerx.net (Postfix) with ESMTP id B29CB37078
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 15 Jul 1999 09:56:45 -0400 (EDT)
Received: (from chris@localhost)
	by holly.dyndns.org (8.9.3/8.9.3) id IAA05920;
	Thu, 15 Jul 1999 08:57:55 -0500 (CDT)
	(envelope-from chris)
Message-Id: <199907151357.IAA05920@holly.dyndns.org>
Date: Thu, 15 Jul 1999 08:57:55 -0500 (CDT)
From: chris@calldei.com
Sender: chris@holly.dyndns.org
Reply-To: chris@calldei.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: [Patch] scsi.4 refers to old kernel config syntax
X-Send-Pr-Version: 3.2

>Number:         12652
>Category:       docs
>Synopsis:       [Patch] scsi.4 refers to old kernel config syntax
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 15 07:00:01 PDT 1999
>Closed-Date:    Tue Jul 27 11:20:56 PDT 1999
>Last-Modified:  Tue Jul 27 11:21:35 PDT 1999
>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:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Tue Jul 27 11:20:56 PDT 1999 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
