]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix typo "tcp-act" in manpage
authorMitsunori Komatsu <[email protected]>
Tue, 19 Sep 2017 14:27:53 +0000 (23:27 +0900)
committerDenis Ovsienko <[email protected]>
Tue, 19 Sep 2017 14:41:42 +0000 (15:41 +0100)
tcpdump.1.in

index 081e5d12939f548e74d5b11674d9e4d9b4dc47b1..4711187fc9c36ed22672b94d3a89420750682d02 100644 (file)
@@ -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