aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-05-19 21:07:25 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-19 21:07:25 -0400
commite9ad9b9bd3a3b95c89a29b2a197476e662db4233 (patch)
tree0b5e6c09953edc1a0bfab0b2aa964b80bceb5efd /Documentation/networking
parent78975f23cba0cd195db01cdbd6eb48138a655890 (diff)
parent9f8036643dd9609b329aa1b89c9a95981e9ba62f (diff)
Merge tag 'docs-for-linus' of git://git.lwn.net/linux
Pull Documentation updates from Jon Corbet: "A bit busier this time around. The most interesting thing (IMO) this time around is some beginning infrastructural work to allow documents to be written using restructured text. Maybe someday, in a galaxy far far away, we'll be able to eliminate the DocBook dependency and have a much better integrated set of kernel docs. Someday. Beyond that, there's a new document on security hardening from Kees, the movement of some sample code over to samples/, a number of improvements to the serial docs from Geert, and the usual collection of corrections, typo fixes, etc" * tag 'docs-for-linus' of git://git.lwn.net/linux: (55 commits) doc: self-protection: provide initial details serial: doc: Use port->state instead of info serial: doc: Always refer to tty_port->mutex Documentation: vm: Spelling s/paltform/platform/g Documentation/memcg: update kmem limit doc as codes behavior docproc: print a comment about autogeneration for rst output docproc: add support for reStructuredText format via --rst option docproc: abstract terminating lines at first space docproc: abstract docproc directive detection docproc: reduce unnecessary indentation docproc: add variables for subcommand and filename kernel-doc: use rst C domain directives and references for types kernel-doc: produce RestructuredText output kernel-doc: rewrite usage description, remove duplicated comments Doc: correct the location of sysrq.c Documentation: fix common spelling mistakes samples: v4l: from Documentation to samples directory samples: connector: from Documentation to samples directory Documentation: xillybus: fix spelling mistake Documentation: x86: fix spelling mistakes ...
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/can.txt2
-rw-r--r--Documentation/networking/filter.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/can.txt b/Documentation/networking/can.txt
index 6ab619fcc517..d58ff8467953 100644
--- a/Documentation/networking/can.txt
+++ b/Documentation/networking/can.txt
@@ -1256,7 +1256,7 @@ solution for a couple of reasons:
12567. SocketCAN resources 12567. SocketCAN resources
1257----------------------- 1257-----------------------
1258 1258
1259 The Linux CAN / SocketCAN project ressources (project site / mailing list) 1259 The Linux CAN / SocketCAN project resources (project site / mailing list)
1260 are referenced in the MAINTAINERS file in the Linux source tree. 1260 are referenced in the MAINTAINERS file in the Linux source tree.
1261 Search for CAN NETWORK [LAYERS|DRIVERS]. 1261 Search for CAN NETWORK [LAYERS|DRIVERS].
1262 1262
diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt
index b9a4edf21ade..683ada5ad81d 100644
--- a/Documentation/networking/filter.txt
+++ b/Documentation/networking/filter.txt
@@ -230,7 +230,7 @@ opcodes as defined in linux/filter.h stand for:
230 mul 0, 4 A * <x> 230 mul 0, 4 A * <x>
231 div 0, 4 A / <x> 231 div 0, 4 A / <x>
232 mod 0, 4 A % <x> 232 mod 0, 4 A % <x>
233 neg 0, 4 !A 233 neg !A
234 and 0, 4 A & <x> 234 and 0, 4 A & <x>
235 or 0, 4 A | <x> 235 or 0, 4 A | <x>
236 xor 0, 4 A ^ <x> 236 xor 0, 4 A ^ <x>