=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/nc/nc.1,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- src/usr.bin/nc/nc.1 2007/05/31 19:20:13 1.45 +++ src/usr.bin/nc/nc.1 2008/05/06 05:47:39 1.46 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.45 2007/05/31 19:20:13 jmc Exp $ +.\" $OpenBSD: nc.1,v 1.46 2008/05/06 05:47:39 djm Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: May 6 2008 $ .Dt NC 1 .Os .Sh NAME @@ -35,7 +35,9 @@ .Nm nc .Bk -words .Op Fl 46DdhklnrStUuvz +.Op Fl I Ar receive_buffer_len .Op Fl i Ar interval +.Op Fl O Ar send_buffer_len .Op Fl P Ar proxy_username .Op Fl p Ar source_port .Op Fl s Ar source_ip_address @@ -101,6 +103,8 @@ Prints out .Nm help. +.It Fl I Ar receive_buffer_len +Specifies the size of the TCP receive buffer. .It Fl i Ar interval Specifies a delay time interval between lines of text sent and received. Also causes a delay time between connections to multiple ports. @@ -118,6 +122,8 @@ should listen for an incoming connection rather than initiate a connection to a remote host. It is an error to use this option in conjunction with the +.It Fl O Ar send_buffer_len +Specifies the size of the TCP send buffer. .Fl p , .Fl s , or