Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmc
[deliverable/linux.git] / Documentation / networking / filter.txt
index b9a4edf21aded0d54a485c5637e1fe4758cf2f12..683ada5ad81deadd19e84ab91c324de02aa36c68 100644 (file)
@@ -230,7 +230,7 @@ opcodes as defined in linux/filter.h stand for:
   mul              0, 4                 A * <x>
   div              0, 4                 A / <x>
   mod              0, 4                 A % <x>
-  neg              0, 4                 !A
+  neg                                   !A
   and              0, 4                 A & <x>
   or               0, 4                 A | <x>
   xor              0, 4                 A ^ <x>
This page took 0.02958 seconds and 5 git commands to generate.