aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ng_eiface.4
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2012-11-13 20:41:36 +0000
committerJoel Dahl <joel@FreeBSD.org>2012-11-13 20:41:36 +0000
commitc60bda17f2a9ed4a8c1ef6483ee7b8f207de7129 (patch)
treec5b2cb36e2caf23c2f1c4a8c6cda36449a7c51f5 /share/man/man4/ng_eiface.4
parent8f19da81d1d2e3c3514f05b615314915b9c4a16c (diff)
downloadsrc-c60bda17f2a9ed4a8c1ef6483ee7b8f207de7129.tar.gz
src-c60bda17f2a9ed4a8c1ef6483ee7b8f207de7129.zip
Updates for netgraph node manual pages.
Discussed with: glebius Submitted by: Mamontov Roman <mr.xanto@gmail.com>
Notes
Notes: svn path=/head/; revision=242997
Diffstat (limited to 'share/man/man4/ng_eiface.4')
-rw-r--r--share/man/man4/ng_eiface.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ng_eiface.4 b/share/man/man4/ng_eiface.4
index 66991533c352..d0d6f96ea0e8 100644
--- a/share/man/man4/ng_eiface.4
+++ b/share/man/man4/ng_eiface.4
@@ -63,8 +63,8 @@ Similarly, packets received on the hook go to the protocol stack as
packets received by any real Ethernet interface.
.Sh CONTROL MESSAGES
This node type supports the generic control messages, plus the following:
-.Bl -tag -width indent
-.It Dv NGM_EIFACE_SET Pq Li set
+.Bl -tag -width foo
+.It Dv NGM_EIFACE_SET Pq Ic set
Set link-level address of the interface.
Requires
.Vt "struct ether_addr"
@@ -76,7 +76,7 @@ version, called
which requires as an argument an
.Tn ASCII
string consisting of 6 colon-separated hex digits.
-.It Dv NGM_EIFACE_GET_IFNAME Pq Li getifname
+.It Dv NGM_EIFACE_GET_IFNAME Pq Ic getifname
Return the name of the associated interface as a
.Dv NUL Ns -terminated
.Tn ASCII