diff options
author | 2008-05-09 09:08:47 +0000 | |
---|---|---|
committer | 2008-05-09 09:08:47 +0000 | |
commit | aba5f08b5994a1d557fe9facf4da2e0c29fdafc0 (patch) | |
tree | 40b0be93ecc7059d7f4cde3b61e31fcd4efbb34c /share/man/man4/tcp.4 | |
parent | tweak previous; ok djm (diff) | |
download | wireguard-openbsd-aba5f08b5994a1d557fe9facf4da2e0c29fdafc0.tar.xz wireguard-openbsd-aba5f08b5994a1d557fe9facf4da2e0c29fdafc0.zip |
some Xr for tcpbench(1) and tcpdrop(8);
Diffstat (limited to 'share/man/man4/tcp.4')
-rw-r--r-- | share/man/man4/tcp.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 32574ffc293..e9197ab9597 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcp.4,v 1.19 2007/05/31 19:19:52 jmc Exp $ +.\" $OpenBSD: tcp.4,v 1.20 2008/05/09 09:08:47 jmc Exp $ .\" $NetBSD: tcp.4,v 1.3 1994/11/30 16:22:35 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)tcp.4 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: May 9 2008 $ .Dt TCP 4 .Os .Sh NAME @@ -201,6 +201,7 @@ socket with a network address for which no network interface exists. .El .Sh SEE ALSO +.Xr tcpbench 1 , .Xr getsockopt 2 , .Xr socket 2 , .Xr inet 4 , @@ -208,7 +209,8 @@ exists. .Xr ip 4 , .Xr ip6 4 , .Xr netintro 4 , -.Xr ipsecctl 8 +.Xr ipsecctl 8 , +.Xr tcpdrop 8 .Sh HISTORY The .Nm |