Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2009 08:52:57 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r198228 - stable/7/share/man/man4
Message-ID:  <200910190852.n9J8qvM0096514@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910190852.n9J8qvM0096514>