diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-03-28 09:37:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-03-28 09:37:04 +0000 |
commit | 568a3c34a82ce1e5752d1c349752ccc77fdd787f (patch) | |
tree | ccd0f68194876e22eed9813bc785afa3227aa057 /usr.sbin/tcpdump/tcpdump.8 | |
parent | 975fb431a9f0bee44dbddc102502b3e4e530c3da (diff) |
tweak previous;
Diffstat (limited to 'usr.sbin/tcpdump/tcpdump.8')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index d7742e579fb..43a64ff74df 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.74 2011/03/28 07:56:13 giovanni Exp $ +.\" $OpenBSD: tcpdump.8,v 1.75 2011/03/28 09:37:03 jmc Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -1039,7 +1039,7 @@ To print all ICMP packets that are not echo requests/replies .Pp .Dl # tcpdump 'icmp[0] != 8 and icmp[0] != 0' .Pp -To print only echo requests ICMP packets: +To print only echo request ICMP packets: .Pp .Dl # tcpdump 'icmp[icmptype] = icmp-echo' .Pp |