diff options
author | jmc <> | 2008-05-06 16:21:03 +0000 |
---|---|---|
committer | jmc <> | 2008-05-06 16:21:03 +0000 |
commit | f43761f87965bb5ee61346dbf6926562e0f132f9 (patch) | |
tree | 90183f65046dd5d9f0000663b216a46385ca5b3d /src | |
parent | 873981cd3d721072cd2256a9b91a254d36e4b264 (diff) | |
download | openbsd-f43761f87965bb5ee61346dbf6926562e0f132f9.tar.gz openbsd-f43761f87965bb5ee61346dbf6926562e0f132f9.tar.bz2 openbsd-f43761f87965bb5ee61346dbf6926562e0f132f9.zip |
- put the description of -O in the right place
- shorten the argument names to -IO
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 9e32ad97c6..75410e298d 100644 --- a/src/usr.bin/nc/nc.1 +++ b/src/usr.bin/nc/nc.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: nc.1,v 1.46 2008/05/06 05:47:39 djm Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.47 2008/05/06 16:21:03 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -35,9 +35,9 @@ | |||
35 | .Nm nc | 35 | .Nm nc |
36 | .Bk -words | 36 | .Bk -words |
37 | .Op Fl 46DdhklnrStUuvz | 37 | .Op Fl 46DdhklnrStUuvz |
38 | .Op Fl I Ar receive_buffer_len | 38 | .Op Fl I Ar length |
39 | .Op Fl i Ar interval | 39 | .Op Fl i Ar interval |
40 | .Op Fl O Ar send_buffer_len | 40 | .Op Fl O Ar length |
41 | .Op Fl P Ar proxy_username | 41 | .Op Fl P Ar proxy_username |
42 | .Op Fl p Ar source_port | 42 | .Op Fl p Ar source_port |
43 | .Op Fl s Ar source_ip_address | 43 | .Op Fl s Ar source_ip_address |
@@ -103,7 +103,7 @@ Do not attempt to read from stdin. | |||
103 | Prints out | 103 | Prints out |
104 | .Nm | 104 | .Nm |
105 | help. | 105 | help. |
106 | .It Fl I Ar receive_buffer_len | 106 | .It Fl I Ar length |
107 | Specifies the size of the TCP receive buffer. | 107 | Specifies the size of the TCP receive buffer. |
108 | .It Fl i Ar interval | 108 | .It Fl i Ar interval |
109 | Specifies a delay time interval between lines of text sent and received. | 109 | Specifies a delay time interval between lines of text sent and received. |
@@ -122,8 +122,6 @@ Used to specify that | |||
122 | should listen for an incoming connection rather than initiate a | 122 | should listen for an incoming connection rather than initiate a |
123 | connection to a remote host. | 123 | connection to a remote host. |
124 | It is an error to use this option in conjunction with the | 124 | It is an error to use this option in conjunction with the |
125 | .It Fl O Ar send_buffer_len | ||
126 | Specifies the size of the TCP send buffer. | ||
127 | .Fl p , | 125 | .Fl p , |
128 | .Fl s , | 126 | .Fl s , |
129 | or | 127 | or |
@@ -135,6 +133,8 @@ option are ignored. | |||
135 | .It Fl n | 133 | .It Fl n |
136 | Do not do any DNS or service lookups on any specified addresses, | 134 | Do not do any DNS or service lookups on any specified addresses, |
137 | hostnames or ports. | 135 | hostnames or ports. |
136 | .It Fl O Ar length | ||
137 | Specifies the size of the TCP send buffer. | ||
138 | .It Fl P Ar proxy_username | 138 | .It Fl P Ar proxy_username |
139 | Specifies a username to present to a proxy server that requires authentication. | 139 | Specifies a username to present to a proxy server that requires authentication. |
140 | If no username is specified then authentication will not be attempted. | 140 | If no username is specified then authentication will not be attempted. |