Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  9 Jan 2014 01:42:57 -0800 (PST)
From:      Jeremy Chadwick <jdc@koitsu.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/185602: Possible scsi(4) typo
Message-ID:  <20140109094257.9C02E73A1B@icarus.home.lan>
Resent-Message-ID: <201401090950.s099o0qD077118@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140109094257.9C02E73A1B>