-c (--close) option not documented in manpage
The networking swiss army knife
Status: Beta
Brought to you by:
themnemonic
The -c aka --close option is implemented, and documented in help output, but not in the man page.
$ netcat --version | head -n 1
netcat (The GNU Netcat) 0.7.1
$ netcat -h | grep \\-\\-close
-c, --close close connection on EOF from stdin
$ man netcat | grep \\-\\-close
$