diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-01-05 20:30:37 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-01-08 16:20:57 -0500 |
commit | 36bde81e23d234e46d2132057dfb931b4bd74cf4 (patch) | |
tree | 2e5bdcc7e67152dd268500c67cb498775fc6b4f8 | |
parent | 0b345d722e07d77866edffcf350449a4607026b6 (diff) |
docs: add index entry for networking/msg_zerocopy
Currently msg_zerocopy is not included in any toctree. Sphinx emits a
build warning to this effect. The other three rst files in
Documentation/networking are all indexed. We can add msg_zerocopy to the
toctree to enable navigation of the document via HTML kernel docs.
Add msg_zerocopy to the networking/ toctree.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/networking/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index 66e620866245..19e8a927d79b 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst | |||
@@ -9,6 +9,7 @@ Contents: | |||
9 | batman-adv | 9 | batman-adv |
10 | kapi | 10 | kapi |
11 | z8530book | 11 | z8530book |
12 | msg_zerocopy | ||
12 | 13 | ||
13 | .. only:: subproject | 14 | .. only:: subproject |
14 | 15 | ||