svn commit: r261719 - head/share/man/man4

Alexander Motin mav at FreeBSD.org
Mon Feb 10 16:40:14 UTC 2014


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"


More information about the svn-src-all mailing list