svn commit: r198227 - stable/8/share/man/man4

Christian Brueffer brueffer at FreeBSD.org
Mon Oct 19 08:43:11 UTC 2009


Author: brueffer
Date: Mon Oct 19 08:43:11 2009
New Revision: 198227
URL: http://svn.freebsd.org/changeset/base/198227

Log:
  MFC: r198125
  
  Use our standard section 4 SYNOPSIS.
  
  Approved by:	re (hrs)

Modified:
  stable/8/share/man/man4/   (props changed)
  stable/8/share/man/man4/sbp_targ.4
  stable/8/share/man/man4/targ.4

Modified: stable/8/share/man/man4/sbp_targ.4
==============================================================================
--- stable/8/share/man/man4/sbp_targ.4	Mon Oct 19 08:26:30 2009	(r198226)
+++ stable/8/share/man/man4/sbp_targ.4	Mon Oct 19 08:43:11 2009	(r198227)
@@ -38,16 +38,24 @@
 .Nm sbp_targ
 .Nd Serial Bus Protocol 2 (SBP-2) Target Mode devices driver
 .Sh SYNOPSIS
-.Cd "kldload firewire"
-.Cd "kldload cam"
-.Cd "kldload sbp_targ"
-.Pp
-or
-.Pp
+To compile this driver into the kernel,
+place the following lines in your
+kernel configuration file:
+.Bd -ragged -offset indent
 .Cd "device sbp_targ"
 .Cd "device firewire"
 .Cd "device scbus"
 .Cd "device targ"
+.Ed
+.Pp
+Alternatively, to load the driver as a
+module at boot time, place the following lines in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+firewire_load="YES"
+cam_load="YES"
+sbp_targ_load"YES"
+.Ed
 .Sh DESCRIPTION
 The
 .Nm

Modified: stable/8/share/man/man4/targ.4
==============================================================================
--- stable/8/share/man/man4/targ.4	Mon Oct 19 08:26:30 2009	(r198226)
+++ stable/8/share/man/man4/targ.4	Mon Oct 19 08:43:11 2009	(r198227)
@@ -31,7 +31,12 @@
 .Nm targ
 .Nd SCSI target emulator driver
 .Sh SYNOPSIS
-.Cd device targ
+To compile this driver into the kernel,
+place the following line in your
+kernel configuration file:
+.Bd -ragged -offset indent
+.Cd "device targ"
+.Ed
 .Sh DESCRIPTION
 The
 .Nm


More information about the svn-src-stable mailing list