diff options
author | archie <archie@FreeBSD.org> | 2000-03-13 19:23:16 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2000-03-13 19:23:16 +0000 |
commit | 7ee0a0e18741a1e4f16f2aff53bbee35e7d0eb1c (patch) | |
tree | ed9939f9eda0a2bf2a72cfac1a5b37bf7bec7ced /usr.sbin/ngctl | |
parent | 7381ebe4fec16008490dd2f5526325c551e0b713 (diff) | |
download | FreeBSD-src-7ee0a0e18741a1e4f16f2aff53bbee35e7d0eb1c.zip FreeBSD-src-7ee0a0e18741a1e4f16f2aff53bbee35e7d0eb1c.tar.gz |
Remove erroneous built-in help information for the 'msg' command.
Diffstat (limited to 'usr.sbin/ngctl')
-rw-r--r-- | usr.sbin/ngctl/msg.c | 4 |
1 files changed, 1 insertions, 3 deletions
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" } }; |