]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tcpdump.1.in
man: Fix an example by quoting a filter expression
[tcpdump] / tcpdump.1.in
index 79be0344835edd45ab56c2e13a9da73a785c80f8..fc9d47062da0fc44ce5f3676135bbda7ad619b1f 100644 (file)
@@ -20,7 +20,7 @@
 .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
-.TH TCPDUMP 1  "09 Sep 2023"
+.TH TCPDUMP 1  "21 October 2023"
 .SH NAME
 tcpdump \- dump traffic on a network
 .SH SYNOPSIS
@@ -1508,7 +1508,7 @@ We can use this expression as the filter for \fItcpdump\fP in order
 to watch packets which have only SYN set:
 .RS
 .B
-tcpdump -i xl0 tcp[13] == 2
+tcpdump -i xl0 'tcp[13] == 2'
 .RE
 .PP
 The expression says "let the 13th octet of a TCP datagram have