aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/ng_tee.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_tee.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_tee.4')
-rw-r--r--share/man/man4/ng_tee.414
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/ng_tee.4 b/share/man/man4/ng_tee.4
index 84801b7ad38d..e86209df8429 100644
--- a/share/man/man4/ng_tee.4
+++ b/share/man/man4/ng_tee.4
@@ -88,23 +88,23 @@ and
respectively.
.Sh HOOKS
This node type supports the following hooks:
-.Bl -tag -width foobarbarfoo
-.It Dv right
+.Bl -tag -width ".Va left2right"
+.It Va right
The connection to the node on the right.
-.It Dv left
+.It Va left
The connection to the node on the left.
-.It Dv right2left
+.It Va right2left
Tap for right to left traffic.
-.It Dv left2right
+.It Va left2right
Tap for left to right traffic.
.El
.Sh CONTROL MESSAGES
This node type supports the generic control messages, plus the following.
.Bl -tag -width foo
-.It Dv NGM_TEE_GET_STATS
+.It Dv NGM_TEE_GET_STATS Pq Ic getstats
Get statistics, returned as a
.Dv "struct ng_tee_stats" .
-.It Dv NGM_TEE_CLR_STATS
+.It Dv NGM_TEE_CLR_STATS Pq Ic clrstats
Clear statistics.
.El
.Sh SHUTDOWN