diff options
| author | 2006-01-03 14:52:17 +0000 | |
|---|---|---|
| committer | 2006-01-03 14:52:17 +0000 | |
| commit | a7d0582f1d070fb93655d7db236f35fe2ee7eda2 (patch) | |
| tree | 4f8eaa51a695bbc3720c3a975672d731ef848b58 | |
| parent | oops, fcu(4) is a slave, not master; (diff) | |
| download | wireguard-openbsd-a7d0582f1d070fb93655d7db236f35fe2ee7eda2.tar.xz wireguard-openbsd-a7d0582f1d070fb93655d7db236f35fe2ee7eda2.zip | |
in EXAMPLES:
- regular grep will do
- root not needed for fstat
from ray lai;
| -rw-r--r-- | usr.sbin/tcpdrop/tcpdrop.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.8 b/usr.sbin/tcpdrop/tcpdrop.8 index 266e800a826..a2f659594b0 100644 --- a/usr.sbin/tcpdrop/tcpdrop.8 +++ b/usr.sbin/tcpdrop/tcpdrop.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdrop.8,v 1.5 2004/05/24 13:57:31 jmc Exp $ +.\" $OpenBSD: tcpdrop.8,v 1.6 2006/01/03 14:52:17 jmc Exp $ .\" .\" Copyright (c) 2004 Markus Friedl <markus@openbsd.org> .\" @@ -44,7 +44,7 @@ If a connection to is causing congestion on a network link, one can drop the TCP session in charge: .Bd -literal -offset indent -# fstat | egrep 'httpd.*internet.*\*(Lt--' +$ fstat | grep 'httpd.*internet.*\*(Lt--' www httpd 21307 3* internet stream tcp \e 0xd1007ca8 192.168.5.41:80 \*(Lt-- 192.168.5.1:26747 .Ed |
