diff options
author | Joel Dahl <joel@FreeBSD.org> | 2012-11-13 20:41:36 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2012-11-13 20:41:36 +0000 |
commit | c60bda17f2a9ed4a8c1ef6483ee7b8f207de7129 (patch) | |
tree | c5b2cb36e2caf23c2f1c4a8c6cda36449a7c51f5 /share/man/man4/ng_split.4 | |
parent | 8f19da81d1d2e3c3514f05b615314915b9c4a16c (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_split.4')
-rw-r--r-- | share/man/man4/ng_split.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/ng_split.4 b/share/man/man4/ng_split.4 index 9b74863a6641..4062ca25fbf2 100644 --- a/share/man/man4/ng_split.4 +++ b/share/man/man4/ng_split.4 @@ -49,17 +49,17 @@ node type is used to split a bidirectional stream of packets into two separate unidirectional streams of packets. .Sh HOOKS This node type supports the following three hooks: -.Bl -tag -width foobar -.It Dv in +.Bl -tag -width ".Va mixed" +.It Va in Packets received on .Em in are forwarded to .Em mixed . -.It Dv out +.It Va out Packets received on .Em out will be discarded as illegal. -.It Dv mixed +.It Va mixed Packets received on .Em mixed are forwarded to |