diff options
author | 2014-02-26 20:56:11 +0000 | |
---|---|---|
committer | 2014-02-26 20:56:11 +0000 | |
commit | 403a6e50f67bdce9838fae7040fe9123e1cdfae8 (patch) | |
tree | b1055a62e4abe04c88afc505721b4a57d6698efd | |
parent | Still a lie, the default is not 0. It is inherited from the process. (diff) | |
download | wireguard-openbsd-403a6e50f67bdce9838fae7040fe9123e1cdfae8.tar.xz wireguard-openbsd-403a6e50f67bdce9838fae7040fe9123e1cdfae8.zip |
Once more, the default routing table id is inherited from the process
like for any other process as well. OK by many
-rw-r--r-- | usr.bin/nc/nc.1 | 5 | ||||
-rw-r--r-- | usr.bin/tcpbench/tcpbench.1 | 5 | ||||
-rw-r--r-- | usr.bin/telnet/telnet.1 | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index ae9331abf20..b8dd1795984 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.66 2014/02/10 19:21:50 jmc Exp $ +.\" $OpenBSD: nc.1,v 1.67 2014/02/26 20:56:11 claudio 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: February 10 2014 $ +.Dd $Mdocdate: February 26 2014 $ .Dt NC 1 .Os .Sh NAME @@ -227,7 +227,6 @@ unless the flag is given. .It Fl V Ar rtable Set the routing table to be used. -The default is 0. .It Fl v Have .Nm diff --git a/usr.bin/tcpbench/tcpbench.1 b/usr.bin/tcpbench/tcpbench.1 index e34979b5ea0..757cd133064 100644 --- a/usr.bin/tcpbench/tcpbench.1 +++ b/usr.bin/tcpbench/tcpbench.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpbench.1,v 1.18 2013/07/16 00:07:52 schwarze Exp $ +.\" $OpenBSD: tcpbench.1,v 1.19 2014/02/26 20:56:11 claudio Exp $ .\" .\" Copyright (c) 2008 Damien Miller <djm@mindrot.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: February 26 2014 $ .Dt TCPBENCH 1 .Os .Sh NAME @@ -141,7 +141,6 @@ UDP has no Protocol Control Block (PCB) so the flags don't apply. .It Fl V Ar rtable Set the routing table to be used. -The default is 0. .It Fl v Display verbose output. If specified more than once, increase the detail of information displayed. diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index b5f0e6662e6..7c3d2fb7735 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnet.1,v 1.46 2014/01/19 10:39:00 schwarze Exp $ +.\" $OpenBSD: telnet.1,v 1.47 2014/02/26 20:56:11 claudio Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)telnet.1 8.4 (Berkeley) 2/3/94 .\" -.Dd $Mdocdate: January 19 2014 $ +.Dd $Mdocdate: February 26 2014 $ .Dt TELNET 1 .Os .Sh NAME @@ -184,7 +184,6 @@ unless modified by the option. .It Fl V Ar rtable Set the routing table to be used. -The default is 0. .It Fl X Ar authtype Disables the .Ar authtype |