o Improve the example a bit.

Submitted by:	hrs
This commit is contained in:
Maxim Konovalov 2005-03-14 14:12:29 +00:00
parent 506104c698
commit f6da736775
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143583

View File

@ -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