diff options
author | 2008-05-09 09:08:47 +0000 | |
---|---|---|
committer | 2008-05-09 09:08:47 +0000 | |
commit | aba5f08b5994a1d557fe9facf4da2e0c29fdafc0 (patch) | |
tree | 40b0be93ecc7059d7f4cde3b61e31fcd4efbb34c | |
parent | tweak previous; ok djm (diff) | |
download | wireguard-openbsd-aba5f08b5994a1d557fe9facf4da2e0c29fdafc0.tar.xz wireguard-openbsd-aba5f08b5994a1d557fe9facf4da2e0c29fdafc0.zip |
some Xr for tcpbench(1) and tcpdrop(8);
-rw-r--r-- | share/man/man4/tcp.4 | 8 | ||||
-rw-r--r-- | usr.bin/netstat/netstat.1 | 5 | ||||
-rw-r--r-- | usr.sbin/pstat/pstat.8 | 5 |
3 files changed, 11 insertions, 7 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 diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 84a85434348..6f1d4ecce62 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.52 2007/07/25 18:49:09 claudio Exp $ +.\" $OpenBSD: netstat.1,v 1.53 2008/05/09 09:08:47 jmc Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)netstat.1 8.8 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: July 25 2007 $ +.Dd $Mdocdate: May 9 2008 $ .Dt NETSTAT 1 .Os .Sh NAME @@ -385,6 +385,7 @@ Subsequent lines of output show values accumulated over the preceding interval. .Xr nfsstat 1 , .Xr ps 1 , .Xr systat 1 , +.Xr tcpbench 1 , .Xr top 1 , .Xr inet 3 , .Xr netintro 4 , diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 42dbd361142..7c32ddcf292 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pstat.8,v 1.39 2007/12/04 18:54:59 deraadt Exp $ +.\" $OpenBSD: pstat.8,v 1.40 2008/05/09 09:08:47 jmc Exp $ .\" $NetBSD: pstat.8,v 1.9.4.1 1996/06/02 09:08:17 mrg Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" from: @(#)pstat.8 8.4 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: December 4 2007 $ +.Dd $Mdocdate: May 9 2008 $ .Dt PSTAT 8 .Os .Sh NAME @@ -354,6 +354,7 @@ size block. .Xr procmap 1 , .Xr ps 1 , .Xr systat 1 , +.Xr tcpbench 1 , .Xr top 1 , .Xr stat 2 , .Xr printf 3 , |