diff options
author | Mitsunori Komatsu <komamitsu@gmail.com> | 2017-09-19 23:27:53 +0900 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2017-09-19 15:41:42 +0100 |
commit | 4def3a4c8d1ab592f54ef9183e0e356506a3cd3b (patch) | |
tree | cc2a841e50708dee683d3feccfb71e793b6ba81c | |
parent | f0475768c0ad44a3bb5ef254a5ff7fc9e80ce82a (diff) | |
download | tcpdump-4def3a4c8d1ab592f54ef9183e0e356506a3cd3b.tar.gz |
Fix typo "tcp-act" in manpage
-rw-r--r-- | tcpdump.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |