summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1999-11-30 06:47:54 +0000
committerArchie Cobbs <archie@FreeBSD.org>1999-11-30 06:47:54 +0000
commitac83689e019d3f6e2e883cd6411fd45b8973380d (patch)
treec1b4b73576b571c18e7fd138623dad77fb598ee7 /sys/modules/netgraph
parent9db938c351858e93d0357e416106115767b5d408 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/netgraph/netgraph.45
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/modules/netgraph/netgraph/netgraph.4 b/sys/modules/netgraph/netgraph/netgraph.4
index f0d0e8580549..46cc6583b8b0 100644
--- a/sys/modules/netgraph/netgraph/netgraph.4
+++ b/sys/modules/netgraph/netgraph/netgraph.4
@@ -688,15 +688,14 @@ elect to not support this message. The text response must be less than
bytes in length (presently 1024). This can be used to return general
status information in human readable form.
.It Dv NGM_BINARY2ASCII
-This generic converts a binary control message to its ASCII form.
+This message converts a binary control message to its ASCII form.
The entire control message to be converted is contained within the
arguments field of the
.Dv Dv NGM_BINARY2ASCII
message itself. If successful, the reply will contain the same control
message in ASCII form.
A node will typically only know how to translate messages that it
-itself understands, so
-the target node of the
+itself understands, so the target node of the
.Dv NGM_BINARY2ASCII
is often the same node that would actually receive that message.
.It Dv NGM_ASCII2BINARY