mdoc(7) police: nits.

This commit is contained in:
ru 2002-05-29 17:00:41 +00:00
parent f8d1ea07cf
commit 7fb4b89af7

View File

@ -37,12 +37,14 @@
The
.Nm
pseudo-device driver clones each ethernet type device with four
additional interfaces. Each of them capable to send or receive only
additional interfaces.
Each of them capable to send or receive only
one predefined frame type.
.Pp
Names for the new interfaces created by adding
.Ar fN
suffix to an existing device name. Where
suffix to an existing device name.
Where
.Ar N
is a device unit which can have one of the following values:
.Bd -literal -offset indent
@ -76,8 +78,10 @@ device after
driver loaded.
.Pp
If parent interface do not configured for any other protocol (IP for example),
subinterfaces will not function. To avoid that, parent interface should be
manually marked as 'up':
subinterfaces will not function.
To avoid that, parent interface should be
manually marked as
.Dq up :
.Dl # ifconfig ed0 up
.Sh EXAMPLES
The