Bug 185602

Summary: Possible scsi(4) typo
Product: Documentation Reporter: Jeremy Chadwick <jdc>
Component: Books & ArticlesAssignee: Alexander Motin <mav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jeremy Chadwick 2014-01-09 09:50:00 UTC
	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).

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}/

How-To-Repeat: 	n/a
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2014-02-09 03:55:55 UTC
Responsible Changed
From-To: freebsd-doc->mav

Over to mav for review.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-10 16:40:21 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"
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-02-17 09:35:37 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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-02-17 09:37:08 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"
Comment 5 Alexander Motin freebsd_committer freebsd_triage 2014-06-01 08:05:42 UTC
State Changed
From-To: open->patched

Proposed patch committed to FreeBSD head.
Comment 6 Alexander Motin freebsd_committer freebsd_triage 2014-06-01 08:05:42 UTC
State Changed
From-To: patched->closed

Patch commited.