diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-05-24 13:57:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-05-24 13:57:32 +0000 |
commit | 1679ce8d0bfaa04f84b3981b833f6dbaffec626e (patch) | |
tree | a821c263d000258f1ecdaa75789eef9c7e88c9ba /usr.sbin | |
parent | 97e11efd5617f1760d6e2df946979c882465bf02 (diff) |
typos from Fabio Olive Leite;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/tcpdrop/tcpdrop.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.8 b/usr.sbin/tcpdrop/tcpdrop.8 index 03b4a5b4c47..266e800a826 100644 --- a/usr.sbin/tcpdrop/tcpdrop.8 +++ b/usr.sbin/tcpdrop/tcpdrop.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdrop.8,v 1.4 2004/04/28 06:35:20 jmc Exp $ +.\" $OpenBSD: tcpdrop.8,v 1.5 2004/05/24 13:57:31 jmc Exp $ .\" .\" Copyright (c) 2004 Markus Friedl <markus@openbsd.org> .\" @@ -32,11 +32,11 @@ The command drops the TCP connection specified by the local address .Ar laddr , port -.Ar laddr +.Ar lport and the foreign address .Ar faddr , port -.Ar faddr . +.Ar fport . Addresses and ports can be specified by name or numeric value. .Sh EXAMPLES If a connection to |