Fix a few style nits.

Noticed by:	Mr. mdoc(7) himself, ru
This commit is contained in:
trhodes 2004-08-20 04:52:00 +00:00
parent b0492852c8
commit b002cd4ada

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 06, 2004
.Dd August 6, 2004
.Dt HFA 4
.Os
.Sh NAME
@ -75,15 +75,17 @@ revisions of 4.X.X, see
The following sysctls are recognized by the driver and
may be used to enable or disable traffic shaping:
.Bl -tag -width indent
.It Va hw.atm.hfaN.shape=0
Disable shaping on card number N.
.It Va hw.atm.hfaN.shape=1
Set one VCI to be traffic shaped on device N.
.It Va hw.atm.hfa Ns Ar N Ns Va .shape Pq 0
Disable shaping on card number
.Ar N .
.It Va hw.atm.hfa Ns Ar N Ns Va .shape Pq 1
Set one VCI to be traffic shaped on device
.Ar N .
This will shape the first CBR VCI which is opened.
.It Va hw.atm.hfaN.shape=2
Attempt to shape all VCIs on device N.
.It Va hw.atm.hfa Ns Ar N Ns Va .shape Pq 2
Attempt to shape all VCIs on device
.Ar N .
.El
.Pp
The firmware should be loaded before using this
driver, this can be an easy task if the
.Xr fore_dnld 8
@ -123,9 +125,10 @@ A version mismatch error has occurred.
.Sh HISTORY
The
.Nm
driver
first appeared in
.Fx 3.0 .
driver was written by Network Computing Serices, Inc.
and added to
.Fx 3.0 by
.An Poul-Henning Kamp Aq phk@FreeBSD.org .
This manual page first appeared in
.Fx 5.3 .
.Sh AUTHORS