docs/185602: Possible scsi(4) typo

Jeremy Chadwick jdc at koitsu.org
Thu Jan 9 09:50:01 UTC 2014


>Number:         185602
>Category:       docs
>Synopsis:       Possible scsi(4) typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 09 09:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:


More information about the freebsd-doc mailing list