summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdrop
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-08-28 08:22:42 +0000
committerjmc <jmc@openbsd.org>2014-08-28 08:22:42 +0000
commit1b1da000800309d5921e30cadc898108d40378e3 (patch)
tree8c709597525e873af0a99eaf70c0b5c436640bba /usr.sbin/tcpdrop
parentfix previous, and add a SEE ALSO section for httpd; (diff)
downloadwireguard-openbsd-1b1da000800309d5921e30cadc898108d40378e3.tar.xz
wireguard-openbsd-1b1da000800309d5921e30cadc898108d40378e3.zip
er, rehook httpd.
here's a thought: if i just leave man pages alone, they will eventually come good. while here, remove some escape sequences;
Diffstat (limited to 'usr.sbin/tcpdrop')
-rw-r--r--usr.sbin/tcpdrop/tcpdrop.812
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.8 b/usr.sbin/tcpdrop/tcpdrop.8
index 87c66e1a4fd..dbe7ef1ab2b 100644
--- a/usr.sbin/tcpdrop/tcpdrop.8
+++ b/usr.sbin/tcpdrop/tcpdrop.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpdrop.8,v 1.12 2014/03/13 10:12:11 florian Exp $
+.\" $OpenBSD: tcpdrop.8,v 1.13 2014/08/28 08:22:42 jmc Exp $
.\"
.\" Copyright (c) 2004 Markus Friedl <markus@openbsd.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: March 13 2014 $
+.Dd $Mdocdate: August 28 2014 $
.Dt TCPDROP 8
.Os
.Sh NAME
@@ -43,13 +43,13 @@ port
Addresses and ports can be specified by name or numeric value.
.Sh EXAMPLES
If a connection to
-.Xr nginx 8
+.Xr httpd 8
is causing congestion on a network link, one can drop the TCP session
in charge:
.Bd -literal -offset indent
-$ fstat | grep 'nginx.*internet.*\*(Lt--'
-www nginx 21307 3* internet stream tcp \e
- 0xd1007ca8 192.168.5.41:80 \*(Lt-- 192.168.5.1:26747
+$ fstat | grep 'httpd.*internet.*<--'
+www httpd 21307 3* internet stream tcp \e
+ 0xd1007ca8 192.168.5.41:80 <-- 192.168.5.1:26747
.Ed
.Pp
Either of the following commands will drop the connection: