diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-07-26 15:03:04 +1000 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-07-27 07:23:48 +0200 |
commit | 3209570da7a2dc80e3123dd837ced461f786e6dc (patch) | |
tree | 4cc9c8675d0c6573be0766eaf1c77a7351fde699 /Documentation/index.rst | |
parent | b3d40f63d20bbaf78c6b6e9112cde604135e30e0 (diff) | |
download | linux-rpi-3209570da7a2dc80e3123dd837ced461f786e6dc.tar.gz linux-rpi-3209570da7a2dc80e3123dd837ced461f786e6dc.tar.bz2 linux-rpi-3209570da7a2dc80e3123dd837ced461f786e6dc.zip |
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 <me@tobin.cc>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 1 |
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 ----------------------------------- |