diff options
author | claudio <> | 2009-06-05 00:18:10 +0000 |
---|---|---|
committer | claudio <> | 2009-06-05 00:18:10 +0000 |
commit | 9786c8dfdc5c1f13ffb7a2dce02b769c67704bef (patch) | |
tree | 907ea4a5e63ea363b17cf1ac82e2f1e9374af7f5 /src/usr.bin/nc/nc.1 | |
parent | 437d0850ff5e9cf554cfb2790235e5c0b30f94b3 (diff) | |
download | openbsd-9786c8dfdc5c1f13ffb7a2dce02b769c67704bef.tar.gz openbsd-9786c8dfdc5c1f13ffb7a2dce02b769c67704bef.tar.bz2 openbsd-9786c8dfdc5c1f13ffb7a2dce02b769c67704bef.zip |
The networking swissarmy knife needs to work on alternate domains as well.
Again -V can be used to specify the domain.
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index e8dfeea077..c8bb9b071d 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.48 2008/09/19 13:24:41 sobrado Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.49 2009/06/05 00:18:10 claudio Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -25,7 +25,7 @@ | |||
25 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 25 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
26 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 26 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | .\" | 27 | .\" |
28 | .Dd $Mdocdate: September 19 2008 $ | 28 | .Dd $Mdocdate: June 5 2009 $ |
29 | .Dt NC 1 | 29 | .Dt NC 1 |
30 | .Os | 30 | .Os |
31 | .Sh NAME | 31 | .Sh NAME |
@@ -42,6 +42,7 @@ | |||
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 |
44 | .Op Fl T Ar ToS | 44 | .Op Fl T Ar ToS |
45 | .Op Fl V Ar rdomain | ||
45 | .Op Fl w Ar timeout | 46 | .Op Fl w Ar timeout |
46 | .Op Fl X Ar proxy_protocol | 47 | .Op Fl X Ar proxy_protocol |
47 | .Oo Xo | 48 | .Oo Xo |
@@ -176,6 +177,8 @@ to script telnet sessions. | |||
176 | Specifies to use Unix Domain Sockets. | 177 | Specifies to use Unix Domain Sockets. |
177 | .It Fl u | 178 | .It Fl u |
178 | Use UDP instead of the default option of TCP. | 179 | Use UDP instead of the default option of TCP. |
180 | .It Fl V Ar rdomain | ||
181 | Set the routing domain, the default is 0. | ||
179 | .It Fl v | 182 | .It Fl v |
180 | Have | 183 | Have |
181 | .Nm | 184 | .Nm |