diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2013-12-10 15:45:04 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2013-12-10 15:45:04 +0400 |
commit | 5a0351c88a5f34e2c25cca2225530e1ee42ba088 (patch) | |
tree | 26ae9af3ff31201ef97b85517ece62254f647785 /tcpdump.1.in | |
parent | 40f7c8d61c4edc8f5895d58bc7f5836f50068dd0 (diff) | |
download | tcpdump-5a0351c88a5f34e2c25cca2225530e1ee42ba088.tar.gz |
fix reference in tcpdump.1
pcap-tstamp-type does not exist, the right man page is pcap-tstamp.
Diffstat (limited to 'tcpdump.1.in')
-rw-r--r-- | tcpdump.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tcpdump.1.in b/tcpdump.1.in index ade1145b..1dc3ec17 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -387,7 +387,7 @@ will be shown. .B \-j Set the time stamp type for the capture to \fItstamp_type\fP. The names to use for the time stamp types are given in -.BR pcap-tstamp-type (@MAN_MISC_INFO@); +.BR pcap-tstamp (@MAN_MISC_INFO@); not all the types listed there will necessarily be valid for any given interface. .TP @@ -1757,7 +1757,7 @@ Ethernet interface removed the packet from the wire and when the kernel serviced the `new packet' interrupt. .SH "SEE ALSO" stty(1), pcap(3PCAP), bpf(4), nit(4P), pcap-savefile(@MAN_FILE_FORMATS@), -pcap-filter(@MAN_MISC_INFO@), pcap-tstamp-type(@MAN_MISC_INFO@) +pcap-filter(@MAN_MISC_INFO@), pcap-tstamp(@MAN_MISC_INFO@) .LP .RS .I http://www.iana.org/assignments/media-types/application/vnd.tcpdump.pcap |