svn commit: r262018 - stable/9/share/man/man4

Alexander Motin mav at FreeBSD.org
Mon Feb 17 09:37:01 UTC 2014


Author: mav
Date: Mon Feb 17 09:37:01 2014
New Revision: 262018
URL: http://svnweb.freebsd.org/changeset/base/262018

Log:
  MFC r261719:
  Fix wrong device name in example.
  
  PR:             docs/185602
  Submitted by:   koitsu

Modified:
  stable/9/share/man/man4/scsi.4
Directory Properties:
  stable/9/   (props changed)
  stable/9/share/   (props changed)
  stable/9/share/man/   (props changed)
  stable/9/share/man/man4/   (props changed)

Modified: stable/9/share/man/man4/scsi.4
==============================================================================
--- stable/9/share/man/man4/scsi.4	Mon Feb 17 09:35:30 2014	(r262017)
+++ stable/9/share/man/man4/scsi.4	Mon Feb 17 09:37:01 2014	(r262018)
@@ -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-stable-9 mailing list