From jdc@koitsu.org  Thu Jan  9 09:43:00 2014
Return-Path: <jdc@koitsu.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 18A12224
	for <freebsd-gnats-submit@freebsd.org>; Thu,  9 Jan 2014 09:43:00 +0000 (UTC)
Received: from qmta13.emeryville.ca.mail.comcast.net (qmta13.emeryville.ca.mail.comcast.net [IPv6:2001:558:fe2d:44:76:96:27:243])
	by mx1.freebsd.org (Postfix) with ESMTP id ED2191097
	for <freebsd-gnats-submit@freebsd.org>; Thu,  9 Jan 2014 09:42:59 +0000 (UTC)
Received: from omta03.emeryville.ca.mail.comcast.net ([76.96.30.27])
	by qmta13.emeryville.ca.mail.comcast.net with comcast
	id Blip1n0030b6N64ADliypG; Thu, 09 Jan 2014 09:42:58 +0000
Received: from jdc.koitsu.org ([76.102.14.35])
	by omta03.emeryville.ca.mail.comcast.net with comcast
	id Blix1n00F0lNtxY8PliyAB; Thu, 09 Jan 2014 09:42:58 +0000
Received: by icarus.home.lan (Postfix, from userid 1000)
	id 9C02E73A1B; Thu,  9 Jan 2014 01:42:57 -0800 (PST)
Message-Id: <20140109094257.9C02E73A1B@icarus.home.lan>
Date: Thu,  9 Jan 2014 01:42:57 -0800 (PST)
From: Jeremy Chadwick <jdc@koitsu.org>
Reply-To: Jeremy Chadwick <jdc@koitsu.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Possible scsi(4) typo
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         185602
>Category:       docs
>Synopsis:       Possible scsi(4) typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 09 09:50:00 UTC 2014
>Closed-Date:    Mon Feb 17 12:16:32 UTC 2014
>Last-Modified:  Mon Feb 17 12:16:32 UTC 2014
>Originator:     Jeremy Chadwick
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD icarus.home.lan 9.2-STABLE FreeBSD 9.2-STABLE #0 r258959: Wed Dec 4 22:38:16 PST 2013 root@icarus.home.lan:/usr/obj/usr/src/sys/X7SBA_RELENG_9_amd64 amd64
>Description:
	It looks like this part of the scsi(4) man page erroneously refers
	to ahc0 as the device, when clearly in the preceding lines ahc1 is
	used.

	NOTE: before committing this, please check with mav@ or ken@ to
	verify that this is indeed a typo.  There's a part of me that wonders
	if it's actually intentional (and if so, maybe some rephrasing of
	that section would help).
>How-To-Repeat:
	n/a
>Fix:
	Apply below patch.  Once I receive a PR number from GNATS, the patch
	will also be available at http://jdc.koitsu.org/freebsd/{prnum}/


--- share/man/man4/scsi.4.orig	2013-12-27 09:55:49.000000000 -0800
+++ share/man/man4/scsi.4	2014-01-09 01:37:05.498029840 -0800
@@ -195,7 +195,7 @@
 This assigns
 .Nm
 bus 0 to the bus 1 instance on
-.Em ahc0 .
+.Em ahc1 .
 Peripheral drivers can be wired to a specific bus, target, and lun as so:
 .Bd -literal -offset indent
 hint.da.0.at="scbus0"
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->mav 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Sun Feb 9 03:55:55 UTC 2014 
Responsible-Changed-Why:  
Over to mav for review. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185602 
State-Changed-From-To: open->patched 
State-Changed-By: mav 
State-Changed-When: понедельник, 10 февраля 2014 г. 16:40:57 (UTC) 
State-Changed-Why:  
Proposed patch committed to FreeBSD head. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185602 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/185602: commit references a PR
Date: Mon, 10 Feb 2014 16:40:21 +0000 (UTC)

 Author: mav
 Date: Mon Feb 10 16:40:13 2014
 New Revision: 261719
 URL: http://svnweb.freebsd.org/changeset/base/261719
 
 Log:
   Fix wrong device name in example.
   
   PR:		docs/185602
   Submitted by:	koitsu
   MFC after:	1 week
 
 Modified:
   head/share/man/man4/scsi.4
 
 Modified: head/share/man/man4/scsi.4
 ==============================================================================
 --- head/share/man/man4/scsi.4	Mon Feb 10 16:29:50 2014	(r261718)
 +++ head/share/man/man4/scsi.4	Mon Feb 10 16:40:13 2014	(r261719)
 @@ -195,7 +195,7 @@ hint.scbus.0.bus="1"
  This assigns
  .Nm
  bus 0 to the bus 1 instance on
 -.Em ahc0 .
 +.Em ahc1 .
  Peripheral drivers can be wired to a specific bus, target, and lun as so:
  .Bd -literal -offset indent
  hint.da.0.at="scbus0"
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/185602: commit references a PR
Date: Mon, 17 Feb 2014 09:37:08 +0000 (UTC)

 Author: mav
 Date: Mon Feb 17 09:37:01 2014
 New Revision: 262018
 URL: http://svnweb.freebsd.org/changeset/base/262018
 
 Log:
   MFC r261719:
   Fix wrong device name in example.
   
   PR:             docs/185602
   Submitted by:   koitsu
 
 Modified:
   stable/9/share/man/man4/scsi.4
 Directory Properties:
   stable/9/   (props changed)
   stable/9/share/   (props changed)
   stable/9/share/man/   (props changed)
   stable/9/share/man/man4/   (props changed)
 
 Modified: stable/9/share/man/man4/scsi.4
 ==============================================================================
 --- stable/9/share/man/man4/scsi.4	Mon Feb 17 09:35:30 2014	(r262017)
 +++ stable/9/share/man/man4/scsi.4	Mon Feb 17 09:37:01 2014	(r262018)
 @@ -195,7 +195,7 @@ hint.scbus.0.bus="1"
  This assigns
  .Nm
  bus 0 to the bus 1 instance on
 -.Em ahc0 .
 +.Em ahc1 .
  Peripheral drivers can be wired to a specific bus, target, and lun as so:
  .Bd -literal -offset indent
  hint.da.0.at="scbus0"
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/185602: commit references a PR
Date: Mon, 17 Feb 2014 09:35:37 +0000 (UTC)

 Author: mav
 Date: Mon Feb 17 09:35:30 2014
 New Revision: 262017
 URL: http://svnweb.freebsd.org/changeset/base/262017
 
 Log:
   MFC r261719:
   Fix wrong device name in example.
   
   PR:		docs/185602
   Submitted by:	koitsu
 
 Modified:
   stable/10/share/man/man4/scsi.4
 Directory Properties:
   stable/10/   (props changed)
 
 Modified: stable/10/share/man/man4/scsi.4
 ==============================================================================
 --- stable/10/share/man/man4/scsi.4	Mon Feb 17 05:54:24 2014	(r262016)
 +++ stable/10/share/man/man4/scsi.4	Mon Feb 17 09:35:30 2014	(r262017)
 @@ -195,7 +195,7 @@ hint.scbus.0.bus="1"
  This assigns
  .Nm
  bus 0 to the bus 1 instance on
 -.Em ahc0 .
 +.Em ahc1 .
  Peripheral drivers can be wired to a specific bus, target, and lun as so:
  .Bd -literal -offset indent
  hint.da.0.at="scbus0"
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: mav 
State-Changed-When: понедельник, 17 февраля 2014 г. 12:15:54 (UTC) 
State-Changed-Why:  
Patch commited. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185602 
>Unformatted:
