From a2ef0aff1043408d2edf7ae3eb9a8e5187a9b9f6 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Thu, 15 Oct 2009 11:32:05 +0000 Subject: [PATCH] Use our standard section 4 SYNOPSIS. MFC after: 3 days --- share/man/man4/sbp_targ.4 | 20 ++++++++++++++------ share/man/man4/targ.4 | 7 ++++++- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/share/man/man4/sbp_targ.4 b/share/man/man4/sbp_targ.4 index 112838074831..f9c58ef366c5 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 a1fa449d0f07..9bb376277f23 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