summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdrop/tcpdrop.8
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-2/+2
| | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de>
* Allow the address and ports to be separated by a colon or period ratherjhb2013-01-301-1/+4
| | | | | | | | than a space to permit directly pasting the output of commands such as netstat and sockstat on the command line. Reviewed by: net MFC after: 1 week
* o Remove an incomplete sentence.maxim2011-04-231-2/+0
| | | | | | PR: docs/156593 Submitted by: Yuri Pankov MFC after: 1 week
* o) Restructure tcpdrop(8) to provide a facility to try to drop all establishedjmallett2009-06-011-13/+45
| | | | | | | | | | connections. Including a flag to instead output a sequence of tcpdrop(8) invocations that would accomplish the same thing, which is convenient for scripting. o) Make tcpdrop complain if the addresses given to it are entirely in different address families, rather than failing silently. o) When cross-referencing httpd(8), do not explicitly specify the apache2 port, since the example in question is generic.
* - Remove MLINKS to nonexistant manpagesbrueffer2005-07-141-1/+1
| | | | | | | - Change some section numbers to match reality - For MLINKS to manpages from ports, mention which port installs them MFC after: 3 days
* o Improve the example a bit.maxim2005-03-141-1/+1
| | | | Submitted by: hrs
* Sort xrefsmaxim2005-03-141-2/+2
|
* o Replace OpenBSD-specific example by FreeBSD's one.maxim2005-03-141-4/+4
| | | | Noticed by: Daniel O'Connor
* o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)maxim2005-02-061-0/+64
utility: The tcpdrop command drops the TCP connection specified by the local address laddr, port lport and the foreign address faddr, port fport. Obtained from: OpenBSD Reviewed by: rwatson (locking), ru (man page), -current MFC after: 1 month
OpenPOWER on IntegriCloud