diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt index 96da119a47e70fefa7844137c13ea33f070dc077..11f67f181d39e78aa306abf562ef6d2726ef60cd 100644 --- a/Documentation/networking/filter.txt +++ b/Documentation/networking/filter.txt @@ -230,7 +230,7 @@ opcodes as defined in linux/filter.h stand for: mul 0, 4 A * div 0, 4 A / mod 0, 4 A % - neg 0, 4 !A + neg !A and 0, 4 A & or 0, 4 A | xor 0, 4 A ^