From owner-freebsd-doc@FreeBSD.ORG Thu Jan 9 09:50:01 2014 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BB0E356 for ; Thu, 9 Jan 2014 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0DA310E7 for ; Thu, 9 Jan 2014 09:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s099o07e077119 for ; Thu, 9 Jan 2014 09:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s099o0qD077118; Thu, 9 Jan 2014 09:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jan 2014 09:50:00 GMT Resent-Message-Id: <201401090950.s099o0qD077118@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jeremy Chadwick 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 ; 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: docs/185602: Possible scsi(4) typo X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Jeremy Chadwick List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jan 2014 09:50:01 -0000 >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: