diff options
author | Rob Landley <rob@landley.net> | 2012-08-25 18:08:51 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-08-25 18:08:51 -0500 |
commit | f91b7c89bc852868692b9518185421ebb52d67b3 (patch) | |
tree | 6b8f19c9c5b0a517d3686802a894a8640b589123 /toys/other/netcat.c | |
parent | 58b7d96e1d6157062b4f4f14b8e968451c026af3 (diff) | |
download | toybox-f91b7c89bc852868692b9518185421ebb52d67b3.tar.gz |
Regularize command headers, update links to standards documents.
Diffstat (limited to 'toys/other/netcat.c')
-rw-r--r-- | toys/other/netcat.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/toys/other/netcat.c b/toys/other/netcat.c index 3da19127..6442c09b 100644 --- a/toys/other/netcat.c +++ b/toys/other/netcat.c @@ -1,10 +1,8 @@ /* vi: set sw=4 ts=4: * - * nc: mini-netcat - Forward stdin/stdout to a file or network connection. + * netcat.c - Forward stdin/stdout to a file or network connection. * * Copyright 2007 Rob Landley <rob@landley.net> - * - * Not in SUSv3. USE_NETCAT(OLDTOY(nc, netcat, USE_NETCAT_LISTEN("tl^L^")"w#p#s:q#f:", TOYFLAG_BIN)) USE_NETCAT(NEWTOY(netcat, USE_NETCAT_LISTEN("tl^L^")"w#p#s:q#f:", TOYFLAG_BIN)) @@ -26,7 +24,7 @@ config NETCAT config NETCAT_LISTEN - bool "netcat sever options (-let)" + bool "netcat server options (-let)" default y depends on NETCAT help |