summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdrop
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2014-03-13 10:12:11 +0000
committerflorian <florian@openbsd.org>2014-03-13 10:12:11 +0000
commit25b63d799cb2f47d4027581b3585df77cbea457b (patch)
tree54a4e392963938481f1af453b0785ed20f57e33d /usr.sbin/tcpdrop
parentUnhook httpd(8) from build; etc bits (diff)
downloadwireguard-openbsd-25b63d799cb2f47d4027581b3585df77cbea457b.tar.xz
wireguard-openbsd-25b63d799cb2f47d4027581b3585df77cbea457b.zip
Unhook httpd(8) from build; man page bits
tweaks jmc@ OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@ "The time is right." and much help getting the show on the road deraadt@
Diffstat (limited to 'usr.sbin/tcpdrop')
-rw-r--r--usr.sbin/tcpdrop/tcpdrop.810
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.8 b/usr.sbin/tcpdrop/tcpdrop.8
index eec5c64268d..87c66e1a4fd 100644
--- a/usr.sbin/tcpdrop/tcpdrop.8
+++ b/usr.sbin/tcpdrop/tcpdrop.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpdrop.8,v 1.11 2013/07/16 11:13:34 schwarze Exp $
+.\" $OpenBSD: tcpdrop.8,v 1.12 2014/03/13 10:12:11 florian 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: July 16 2013 $
+.Dd $Mdocdate: March 13 2014 $
.Dt TCPDROP 8
.Os
.Sh NAME
@@ -43,12 +43,12 @@ port
Addresses and ports can be specified by name or numeric value.
.Sh EXAMPLES
If a connection to
-.Xr httpd 8
+.Xr nginx 8
is causing congestion on a network link, one can drop the TCP session
in charge:
.Bd -literal -offset indent
-$ fstat | grep 'httpd.*internet.*\*(Lt--'
-www httpd 21307 3* internet stream tcp \e
+$ 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
.Ed
.Pp