mdoc(7) police: nits.

This commit is contained in:
Ruslan Ermilov 2002-05-29 17:00:41 +00:00
parent b6437e68cd
commit 6b58ca3e0c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97481

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