mdoc(7) police: markup nits.

This commit is contained in:
Ruslan Ermilov 2001-08-08 10:16:02 +00:00
parent 6a624f56cb
commit 02955e1364

View File

@ -103,7 +103,8 @@ network.
When a
.Nm
interface is brought up, by default, it will attempt to auto-negotiate the
link speed and duplex mode. The speeds, in order of attempt, are:
link speed and duplex mode.
The speeds, in order of attempt, are:
100Mb/s Full Duplex, 100Mb/s Half Duplex, 10 Mb/s Full Duplex, and
10 Mb/s Half Duplex.
.Pp
@ -113,16 +114,16 @@ supports several media types, which are selected via the
.Xr ifconfig 8
command.
The supported media types are:
.Bl -tag -width xxxxxxxxxxxxxx -offset indent
.It media autoselect
.Bl -tag -width indent
.It Cm media autoselect
Attempt to autoselect the media type (default)
.It media 100baseTX mediaopt full-duplex
.It Cm media 100baseTX mediaopt full-duplex
Use 100baseTX, full duplex
.It media 100baseTX Op mediaopt half-duplex
.It Cm media 100baseTX Op mediaopt half-duplex
Use 100baseTX, half duplex
.It media 10baseT mediaopt full-duplex
.It Cm media 10baseT mediaopt full-duplex
Use 10baseT, full duplex
.It media 10baseT Op mediaopt half-duplex
.It Cm media 10baseT Op Cm mediaopt half-duplex
Use 10baseT, half duplex
.El
.Sh SEE ALSO