From: Mitsunori Komatsu Date: Tue, 19 Sep 2017 14:27:53 +0000 (+0900) Subject: Fix typo "tcp-act" in manpage X-Git-Tag: tcpdump-4.99-bp~1839 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/4def3a4c8d1ab592f54ef9183e0e356506a3cd3b Fix typo "tcp-act" in manpage --- diff --git a/tcpdump.1.in b/tcpdump.1.in index 081e5d12..4711187f 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -1458,7 +1458,7 @@ Some offsets and field values may be expressed as names rather than as numeric values. For example tcp[13] may be replaced with tcp[tcpflags]. The following TCP flag field values are also available: tcp-fin, tcp-syn, tcp-rst, -tcp-push, tcp-act, tcp-urg. +tcp-push, tcp-ack, tcp-urg. .PP This can be demonstrated as: .RS