diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-15 09:01:40 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-15 09:01:40 +0000 |
commit | 0bc644a856036ef5d3c76572871050b05e7c5b98 (patch) | |
tree | 59200dfc7d6b60782a231aef2eac59bf74c8f103 /usr.sbin/tcpdump | |
parent | abd802898a535c8504b071fd295a3684d619fc96 (diff) |
add a little bit more to -X;
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 070025009ad..2a430f8d46d 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.61 2006/05/15 08:56:46 jmc Exp $ +.\" $OpenBSD: tcpdump.8,v 1.62 2006/05/15 09:01:39 jmc Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -252,6 +252,9 @@ is Print each packet .Pq minus its link-level header in hex and ASCII. +The smaller of the entire packet or +.Ar snaplen +bytes will be printed. .It Fl x Print each packet .Pq minus its link-level header |