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

Christian Brueffer brueffer at FreeBSD.org
Mon Oct 19 08:52:58 UTC 2009


Author: brueffer
Date: Mon Oct 19 08:52:57 2009
New Revision: 198228
URL: http://svn.freebsd.org/changeset/base/198228

Log:
  MFC: r198125
  
  Use our standard section 4 SYNOPSIS.

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

Modified: stable/7/share/man/man4/sbp_targ.4
==============================================================================
--- stable/7/share/man/man4/sbp_targ.4	Mon Oct 19 08:43:11 2009	(r198227)
+++ stable/7/share/man/man4/sbp_targ.4	Mon Oct 19 08:52:57 2009	(r198228)
@@ -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/7/share/man/man4/targ.4
==============================================================================
--- stable/7/share/man/man4/targ.4	Mon Oct 19 08:43:11 2009	(r198227)
+++ stable/7/share/man/man4/targ.4	Mon Oct 19 08:52:57 2009	(r198228)
@@ -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-7 mailing list