Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 09:35:31 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r262017 - stable/10/share/man/man4
Message-ID:  <201402170935.s1H9ZV4s066383@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Mon Feb 17 09:35:30 2014
New Revision: 262017
URL: http://svnweb.freebsd.org/changeset/base/262017

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

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

Modified: stable/10/share/man/man4/scsi.4
==============================================================================
--- stable/10/share/man/man4/scsi.4	Mon Feb 17 05:54:24 2014	(r262016)
+++ stable/10/share/man/man4/scsi.4	Mon Feb 17 09:35:30 2014	(r262017)
@@ -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?201402170935.s1H9ZV4s066383>