1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Use our standard section 4 SYNOPSIS.

MFC after:	3 days
This commit is contained in:
Christian Brueffer 2009-10-15 11:32:05 +00:00
parent c8359dde47
commit a2ef0aff10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198125
2 changed files with 20 additions and 7 deletions

View File

@ -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

View File

@ -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