diff options
author | Otto Sabart <ottosabart@seberm.com> | 2019-01-06 00:29:28 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-01-07 23:27:51 +0100 |
commit | b83eb68cb939e4486c7792f26cacab9ce7a83dc4 (patch) | |
tree | 885daf66c8de25033228a943ffb2797c179b6833 | |
parent | doc: networking: convert offload files into RST and update references (diff) | |
download | linux-b83eb68cb939e4486c7792f26cacab9ce7a83dc4.tar.xz linux-b83eb68cb939e4486c7792f26cacab9ce7a83dc4.zip |
doc: networking: shorten the main title in offloads documents
The titles do not look very nice in the table of contents generated by
Sphinx.
I also think it is obvious that the documents are describing offloads
in the Linux Networking Stack.
Signed-off-by: Otto Sabart <ottosabart@seberm.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/networking/checksum-offloads.rst | 6 | ||||
-rw-r--r-- | Documentation/networking/segmentation-offloads.rst | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/networking/checksum-offloads.rst b/Documentation/networking/checksum-offloads.rst index 1a1cd94a3f6d..905c8a84b103 100644 --- a/Documentation/networking/checksum-offloads.rst +++ b/Documentation/networking/checksum-offloads.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -=============================================== -Checksum Offloads in the Linux Networking Stack -=============================================== +================= +Checksum Offloads +================= Introduction diff --git a/Documentation/networking/segmentation-offloads.rst b/Documentation/networking/segmentation-offloads.rst index 1794bfe98196..89d1ee933e9f 100644 --- a/Documentation/networking/segmentation-offloads.rst +++ b/Documentation/networking/segmentation-offloads.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -=================================================== -Segmentation Offloads in the Linux Networking Stack -=================================================== +===================== +Segmentation Offloads +===================== Introduction |