diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2023-02-09 23:27:44 +0000 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2023-02-09 23:50:34 +0000 |
commit | de658d53ca0c192c9ca9bc5b60ebc4f2264fbf38 (patch) | |
tree | be35d1cb21d571dcfc47641dba8fd1f6a31c3d11 /pcap-filter.manmisc.in | |
parent | b1e6db696a4c036ddd2ffd94a0d6ad34b43b6d13 (diff) |
pcap-filter(7): Lose a stale reminder. [skip ci]
From tcpdump 2.0.1 (1992-01-26) release notes:
The most painful change is that concatenation no longer means
"and" -- e.g., you have to say "host foo and port bar" instead
of "host foo port bar".
Let's consider this grammar migration fully addressed and drop the note
so it does not confuse current users.
Diffstat (limited to 'pcap-filter.manmisc.in')
-rw-r--r-- | pcap-filter.manmisc.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pcap-filter.manmisc.in b/pcap-filter.manmisc.in index c62ab314..2a4d3be9 100644 --- a/pcap-filter.manmisc.in +++ b/pcap-filter.manmisc.in @@ -1044,8 +1044,6 @@ Alternation (`\fB||\fP' or `\fBor\fP'). Negation has the highest precedence. Alternation and concatenation have equal precedence and associate left to right. -Note that explicit \fBand\fR tokens, not juxtaposition, -are now required for concatenation. .LP If an identifier is given without a keyword, the most recent keyword is assumed. |