From 7ee0a0e18741a1e4f16f2aff53bbee35e7d0eb1c Mon Sep 17 00:00:00 2001 From: archie Date: Mon, 13 Mar 2000 19:23:16 +0000 Subject: Remove erroneous built-in help information for the 'msg' command. --- usr.sbin/ngctl/msg.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ngctl/msg.c b/usr.sbin/ngctl/msg.c index 7a04076..926024e 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" } }; -- cgit v1.1