svn commit: r198747 - stable/7/share/man/man4

Christian Brueffer brueffer at FreeBSD.org
Sun Nov 1 10:57:07 UTC 2009


Author: brueffer
Date: Sun Nov  1 10:57:07 2009
New Revision: 198747
URL: http://svn.freebsd.org/changeset/base/198747

Log:
  MFC: r198609
  
  Revert part of r198363, there is no "device cam", it is
  included in "device scbus".

Modified:
  stable/7/share/man/man4/   (props changed)
  stable/7/share/man/man4/atapicam.4
  stable/7/share/man/man4/umass.4

Modified: stable/7/share/man/man4/atapicam.4
==============================================================================
--- stable/7/share/man/man4/atapicam.4	Sun Nov  1 10:56:03 2009	(r198746)
+++ stable/7/share/man/man4/atapicam.4	Sun Nov  1 10:57:07 2009	(r198747)
@@ -39,7 +39,6 @@ place the following lines in your
 kernel configuration file:
 .Bd -ragged -offset indent
 .Cd "device scbus"
-.Cd "device cam"
 .Cd "device ata"
 .Cd "device atapicam"
 .Ed

Modified: stable/7/share/man/man4/umass.4
==============================================================================
--- stable/7/share/man/man4/umass.4	Sun Nov  1 10:56:03 2009	(r198746)
+++ stable/7/share/man/man4/umass.4	Sun Nov  1 10:57:07 2009	(r198747)
@@ -39,7 +39,6 @@ place the following line in your
 kernel configuration file:
 .Bd -ragged -offset indent
 .Cd "device scbus"
-.Cd "device cam"
 .Cd "device usb"
 .Cd "device umass"
 .Ed


More information about the svn-src-all mailing list