mdoc(7) police: markup nits.

This commit is contained in:
Ruslan Ermilov 2001-08-08 10:27:25 +00:00
parent 02955e1364
commit 72ddf84943
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81280

View File

@ -62,7 +62,7 @@ The
driver supports physical devices that do driver supports physical devices that do
the VLAN demultiplexing in firmware. the VLAN demultiplexing in firmware.
The The
.Ar link0 .Cm link0
flag should be set on a flag should be set on a
.Nm .Nm
interface interface
@ -103,7 +103,7 @@ connectivity problems due to massive, inadequate
filtering that breaks the Path MTU Discovery mechanism. filtering that breaks the Path MTU Discovery mechanism.
.Pp .Pp
The NICs that support oversized frames are as follows: The NICs that support oversized frames are as follows:
.Bl -tag -width "fxp(4)" -compact -offset indent .Bl -tag -width ".Xr fxp 4 " -offset indent
.It Xr de 4 .It Xr de 4
requires defining requires defining
.Dv BIG_PACKET .Dv BIG_PACKET
@ -123,8 +123,9 @@ does support long frames.
may begin supporting long frames soon. may begin supporting long frames soon.
.It Xr xl 4 .It Xr xl 4
supports long frames only if the card is built on a newer chip supports long frames only if the card is built on a newer chip
.Pq Cyclone and above . (Cyclone and above).
.El .El
.Pp
Note: Note:
Except for Except for
.Xr fxp 4 , .Xr fxp 4 ,
@ -133,7 +134,7 @@ none of the above drivers inform the
driver about their support for long frames. driver about their support for long frames.
Just fix the MTU of a Just fix the MTU of a
.Nm .Nm
interface if it appears to be lower that 1500 bytes after interface if it appears to be lower than 1500 bytes after
attaching the attaching the
.Nm .Nm
to a parent interface that is known to support long frames. to a parent interface that is known to support long frames.