aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ng_UI.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_UI.4
parent8f19da81d1d2e3c3514f05b615314915b9c4a16c (diff)
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_UI.4')
-rw-r--r--share/man/man4/ng_UI.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ng_UI.4 b/share/man/man4/ng_UI.4
index 2054d19ee1ad..30f7c4898ef1 100644
--- a/share/man/man4/ng_UI.4
+++ b/share/man/man4/ng_UI.4
@@ -65,12 +65,12 @@ will have a 0x03 byte prepended to them before being forwarded out on the
hook.
.Sh HOOKS
This node type supports the following hooks:
-.Bl -tag -width foobar
-.It Dv downstream
+.Bl -tag -width ".Va downstream"
+.It Va downstream
Downstream connection.
Packets on this side of the node have a 0x03 as
their first byte.
-.It Dv upstream
+.It Va upstream
Upstream connection.
Packets on this side of the node have the
initial 0x03 byte stripped off.