diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-04-27 18:29:27 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-04-27 18:29:27 +0000 |
commit | fd21aec1f2ef2b83675e611bb6c7e30e3f9fa76a (patch) | |
tree | c66cc83a023d278c24f9487f2748b09d04879de0 /usr.sbin/tcpdrop | |
parent | c78ab32436ce042d6bfcc5f54d2cbd8909c2930c (diff) |
initial documentation
Diffstat (limited to 'usr.sbin/tcpdrop')
-rw-r--r-- | usr.sbin/tcpdrop/tcpdrop.8 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.8 b/usr.sbin/tcpdrop/tcpdrop.8 new file mode 100644 index 00000000000..f85fdd59361 --- /dev/null +++ b/usr.sbin/tcpdrop/tcpdrop.8 @@ -0,0 +1,41 @@ +.\" $OpenBSD: tcpdrop.8,v 1.1 2004/04/27 18:29:26 markus Exp $ +.\" +.\" Copyright (c) 2004 Markus Friedl <markus@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd March 21, 2004 +.Dt TCPDROP 8 +.Os +.Sh NAME +.Nm tcpdrop +.Nd drop a TCP connection +.Sh SYNOPSIS +.Nm tcpdrop +.Ar laddr +.Ar lport +.Ar faddr +.Ar fport +.Sh DESCRIPTION +The +.Nm +command drops the TCP connection specified by the local address +.Ar laddr , +port +.Ar laddr +and the foreign address +.Ar faddr , +port +.Ar faddr . +.Sh SEE ALSO +.Xr netstat 1 |