diff options
author | maxim <maxim@FreeBSD.org> | 2005-03-14 14:12:29 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2005-03-14 14:12:29 +0000 |
commit | f89dff07d545e3b0722e0bbeb97550663ed9b91c (patch) | |
tree | f397e41063768cf7c1242fe1c8917bb1f9a33a6f /usr.sbin/tcpdrop | |
parent | f32edb86b51016ad6f05c2b51bc795be0f3b7638 (diff) | |
download | FreeBSD-src-f89dff07d545e3b0722e0bbeb97550663ed9b91c.zip FreeBSD-src-f89dff07d545e3b0722e0bbeb97550663ed9b91c.tar.gz |
o Improve the example a bit.
Submitted by: hrs
Diffstat (limited to 'usr.sbin/tcpdrop')
-rw-r--r-- | usr.sbin/tcpdrop/tcpdrop.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.8 b/usr.sbin/tcpdrop/tcpdrop.8 index 61b46d7..fdb35b4 100644 --- a/usr.sbin/tcpdrop/tcpdrop.8 +++ b/usr.sbin/tcpdrop/tcpdrop.8 @@ -48,7 +48,7 @@ If a connection to is causing congestion on a network link, one can drop the TCP session in charge: .Bd -literal -offset indent -# sockstat | grep '.*httpd.*[0-9]$' +# sockstat -c | grep httpd www httpd 16525 3 tcp4 \e 192.168.5.41:80 192.168.5.1:26747 .Ed |