Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 16:40:14 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261719 - head/share/man/man4
Message-ID:  <201402101640.s1AGeEl6008658@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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