Merge tag 'docs-for-linus' of git://git.lwn.net/linux
[cascardo/linux.git] / Documentation / networking / filter.txt
index b9a4edf..683ada5 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>