summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2009-10-15 11:32:05 +0000
committerbrueffer <brueffer@FreeBSD.org>2009-10-15 11:32:05 +0000
commit9902cc8e38ae6a34d96208f86b2d403167c8dda4 (patch)
tree0037f4553e222d2d555834912f38b3dd88d7c3a3
parent6cc5f15f1f8bd96438a528e7525af3382e9d7eee (diff)
downloadFreeBSD-src-9902cc8e38ae6a34d96208f86b2d403167c8dda4.zip
FreeBSD-src-9902cc8e38ae6a34d96208f86b2d403167c8dda4.tar.gz
Use our standard section 4 SYNOPSIS.
MFC after: 3 days
-rw-r--r--share/man/man4/sbp_targ.420
-rw-r--r--share/man/man4/targ.47
2 files changed, 20 insertions, 7 deletions
diff --git a/share/man/man4/sbp_targ.4 b/share/man/man4/sbp_targ.4
index 1128380..f9c58ef 100644
--- a/share/man/man4/sbp_targ.4
+++ b/share/man/man4/sbp_targ.4
@@ -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
diff --git a/share/man/man4/targ.4 b/share/man/man4/targ.4
index a1fa449..9bb3762 100644
--- a/share/man/man4/targ.4
+++ b/share/man/man4/targ.4
@@ -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
OpenPOWER on IntegriCloud