aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobin C. Harding <[email protected]>2018-07-26 15:03:04 +1000
committerDaniel Borkmann <[email protected]>2018-07-27 07:23:48 +0200
commit3209570da7a2dc80e3123dd837ced461f786e6dc (patch)
tree4cc9c8675d0c6573be0766eaf1c77a7351fde699
parentb3d40f63d20bbaf78c6b6e9112cde604135e30e0 (diff)
docs: Add bpf/index to top level index
Recently bpf docs were converted to RST format. The new files were not added to the top level toctree. This causes build system to emit a warning of type WARNING: document isn't included in any toctree Add bpf/index.rst to Documentation/index.rst Signed-off-by: Tobin C. Harding <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
-rw-r--r--Documentation/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst
index fdc585703498..086710b054db 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -90,6 +90,7 @@ needed).
crypto/index
filesystems/index
vm/index
+ bpf/index
Architecture-specific documentation
-----------------------------------