Fix some spelling errors in ng_eiface(4).

MFC after:	3 days
PR:		237764
Submitted by:	Tom Marcoen <tom.marcoen@gmail.com>
This commit is contained in:
Guangyuan Yang 2019-05-14 15:41:34 +00:00
parent 0ac6ef663b
commit 3a89c98bec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347565

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd February 3, 2005 .Dd May 14, 2019
.Dt NG_EIFACE 4 .Dt NG_EIFACE 4
.Os .Os
.Sh NAME .Sh NAME
@ -36,7 +36,7 @@
The The
.Vt eiface .Vt eiface
netgraph node implements the generic Ethernet interface. netgraph node implements the generic Ethernet interface.
When When an
.Vt eiface .Vt eiface
node is created, a new interface appears which is accessible via node is created, a new interface appears which is accessible via
.Xr ifconfig 8 . .Xr ifconfig 8 .
@ -78,7 +78,7 @@ which requires as an argument an
string consisting of 6 colon-separated hex digits. string consisting of 6 colon-separated hex digits.
.It Dv NGM_EIFACE_GET_IFNAME Pq Ic getifname .It Dv NGM_EIFACE_GET_IFNAME Pq Ic getifname
Return the name of the associated interface as a Return the name of the associated interface as a
.Dv NUL Ns -terminated .Dv NULL Ns -terminated
.Tn ASCII .Tn ASCII
string. string.
.It Dv NGM_EIFACE_GET_IFADDRS .It Dv NGM_EIFACE_GET_IFADDRS
@ -97,7 +97,7 @@ Unlike most other node types, an
.Vt eiface .Vt eiface
node does node does
.Em not .Em not
go away when all hooks have been disconnected; rather, and explicit go away when all hooks have been disconnected; rather, an explicit
.Dv NGM_SHUTDOWN .Dv NGM_SHUTDOWN
control message is required. control message is required.
.Sh SEE ALSO .Sh SEE ALSO