summaryrefslogtreecommitdiffstats
path: root/contrib/netcat/nc.1
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-10-19 00:01:53 +0000
committerdelphij <delphij@FreeBSD.org>2010-10-19 00:01:53 +0000
commit4393b7cb7eaacda209dfdb075d90146991a14617 (patch)
tree84d092ff03f4b575876da872e891185ff3b09dae /contrib/netcat/nc.1
parent86b8c070d539330fae83cff790e47803db630d67 (diff)
downloadFreeBSD-src-4393b7cb7eaacda209dfdb075d90146991a14617.zip
FreeBSD-src-4393b7cb7eaacda209dfdb075d90146991a14617.tar.gz
MFV: nc(1) from OpenBSD 4.8.
While I'm there, bump WARNS level to 2 as the vendor have the right printf format string now. MFC after: 1 month Obtained from: OpenBSD
Diffstat (limited to 'contrib/netcat/nc.1')
-rw-r--r--contrib/netcat/nc.112
1 files changed, 7 insertions, 5 deletions
diff --git a/contrib/netcat/nc.1 b/contrib/netcat/nc.1
index f50a0bf..9a6e836 100644
--- a/contrib/netcat/nc.1
+++ b/contrib/netcat/nc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nc.1,v 1.53 2010/02/23 23:00:52 schwarze Exp $
+.\" $OpenBSD: nc.1,v 1.55 2010/07/25 07:51:39 guenther Exp $
.\"
.\" Copyright (c) 1996 David Sacerdote
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 3, 2010
+.Dd July 25, 2010
.Dt NC 1
.Os
.Sh NAME
@@ -46,7 +46,7 @@
.Op Fl p Ar source_port
.Op Fl s Ar source_ip_address
.Op Fl T Ar ToS
-.Op Fl V Ar fib
+.Op Fl V Ar rtable
.Op Fl w Ar timeout
.Op Fl X Ar proxy_protocol
.Oo Xo
@@ -201,8 +201,10 @@ Specifies to use
sockets.
.It Fl u
Use UDP instead of the default option of TCP.
-.It Fl V Ar fib
-Set the routing table (FIB).
+.It Fl V Ar rtable
+Set the routing table
+.Pq Dq FIB
+to be used.
The default is 0.
.It Fl v
Have
OpenPOWER on IntegriCloud