summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdrop
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2014-08-28 08:22:43 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2014-08-28 08:22:43 +0000
commit2320d1fc469bf61427542270ac19c23c60ba4f81 (patch)
tree14232a31d9331455c84be0abb7be4e584d13842b /usr.sbin/tcpdrop
parenta54222d32ede042c5690dea7eadde78b869d9cbf (diff)
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: