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

Diff for /src/usr.bin/nc/nc.1 between version 1.76 and 1.77

version 1.76, 2016/11/04 07:34:17 version 1.77, 2016/11/05 15:13:26
Line 43 
Line 43 
 .Op Fl M Ar ttl  .Op Fl M Ar ttl
 .Op Fl m Ar minttl  .Op Fl m Ar minttl
 .Op Fl O Ar length  .Op Fl O Ar length
   .Op Fl o Ar staplefile
 .Op Fl P Ar proxy_username  .Op Fl P Ar proxy_username
 .Op Fl p Ar source_port  .Op Fl p Ar source_port
 .Op Fl R Ar CAfile  .Op Fl R Ar CAfile
Line 187 
Line 188 
 hostnames or ports.  hostnames or ports.
 .It Fl O Ar length  .It Fl O Ar length
 Specifies the size of the TCP send buffer.  Specifies the size of the TCP send buffer.
   .It Fl o Ar staplefile
   Specifies the filename from which to load data to be stapled
   during the TLS handshake.
   The file is expected to contain an OSCP response from an OCSP server in
   DER format.
   May only be used with TLS and when a certificate is being used.
 .It Fl P Ar proxy_username  .It Fl P Ar proxy_username
 Specifies a username to present to a proxy server that requires authentication.  Specifies a username to present to a proxy server that requires authentication.
 If no username is specified then authentication will not be attempted.  If no username is specified then authentication will not be attempted.

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77