diff options
-rw-r--r-- | usr.sbin/tcpdrop/tcpdrop.8 | 12 |
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: |