summaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/msg.c
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2000-03-13 19:23:16 +0000
committerArchie Cobbs <archie@FreeBSD.org>2000-03-13 19:23:16 +0000
commitb1ea638805d88c05bf9e976dc1bba2efe340b57a (patch)
tree7d7a45039fc1dd55ab73f3c4e1cb7a5a4c3d11c9 /usr.sbin/ngctl/msg.c
parent5b0e9f8cb1ce7f0f5ec575e3ef29637fb689def3 (diff)
downloadsrc-test2-b1ea638805d88c05bf9e976dc1bba2efe340b57a.tar.gz
src-test2-b1ea638805d88c05bf9e976dc1bba2efe340b57a.zip
Notes
Diffstat (limited to 'usr.sbin/ngctl/msg.c')
-rw-r--r--usr.sbin/ngctl/msg.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ngctl/msg.c b/usr.sbin/ngctl/msg.c
index 7a040762d5d0..926024e51aef 100644
--- a/usr.sbin/ngctl/msg.c
+++ b/usr.sbin/ngctl/msg.c
@@ -51,9 +51,7 @@ const struct ngcmd msg_cmd = {
"The msg command constructs a netgraph control message from the"
" command name and ASCII arguments (if any) and sends that message"
" to the node. It does this by first asking the node to convert"
- " the ASCII message into binary format, and resending the result."
- " The typecookie used for the message is assumed to be the typecookie"
- " corresponding to the target node's type.",
+ " the ASCII message into binary format, and resending the result.",
{ "cmd" }
};