From 4def3a4c8d1ab592f54ef9183e0e356506a3cd3b Mon Sep 17 00:00:00 2001 From: Mitsunori Komatsu Date: Tue, 19 Sep 2017 23:27:53 +0900 Subject: Fix typo "tcp-act" in manpage --- tcpdump.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcpdump.1.in') 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 -- cgit v1.2.1