[BACK]Return to netcat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / nc

Diff for /src/usr.bin/nc/netcat.c between version 1.216 and 1.217

version 1.216, 2020/01/26 23:47:57 version 1.217, 2020/02/12 14:46:36
Line 1822 
Line 1822 
         \t-R CAfile     CA bundle\n\          \t-R CAfile     CA bundle\n\
         \t-r            Randomize remote ports\n\          \t-r            Randomize remote ports\n\
         \t-S            Enable the TCP MD5 signature option\n\          \t-S            Enable the TCP MD5 signature option\n\
         \t-s source     Local source address\n\          \t-s sourceaddr Local source address\n\
         \t-T keyword    TOS value or TLS options\n\          \t-T keyword    TOS value or TLS options\n\
         \t-t            Answer TELNET negotiation\n\          \t-t            Answer TELNET negotiation\n\
         \t-U            Use UNIX domain socket\n\          \t-U            Use UNIX domain socket\n\
Line 1848 
Line 1848 
             "\t  [-i interval] [-K keyfile] [-M ttl] [-m minttl] [-O length]\n"              "\t  [-i interval] [-K keyfile] [-M ttl] [-m minttl] [-O length]\n"
             "\t  [-o staplefile] [-P proxy_username] [-p source_port] "              "\t  [-o staplefile] [-P proxy_username] [-p source_port] "
             "[-R CAfile]\n"              "[-R CAfile]\n"
             "\t  [-s source] [-T keyword] [-V rtable] [-W recvlimit] "              "\t  [-s sourceaddr] [-T keyword] [-V rtable] [-W recvlimit] "
             "[-w timeout]\n"              "[-w timeout]\n"
             "\t  [-X proxy_protocol] [-x proxy_address[:port]] "              "\t  [-X proxy_protocol] [-x proxy_address[:port]] "
             "[-Z peercertfile]\n"              "[-Z peercertfile]\n"

Legend:
Removed from v.1.216  
changed lines
  Added in v.1.217