From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tobin C. Harding" Subject: [PATCH net-next 1/3] docs: networking: Fix indices heading indentation Date: Tue, 17 Jul 2018 14:29:04 +1000 Message-ID: <20180717042906.17308-2-me@tobin.cc> References: <20180717042906.17308-1-me@tobin.cc> Cc: "Tobin C. Harding" , linux-doc@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: "David S. Miller" Return-path: In-Reply-To: <20180717042906.17308-1-me@tobin.cc> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Currently the 'Indices' heading is not aligned with column 0, it should be. Fix 'Indices' heading indentation. Signed-off-by: Tobin C. Harding --- Documentation/networking/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index 6123a7e9e1da..a4bbde70bcb9 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -20,7 +20,7 @@ Contents: .. only:: subproject - Indices - ======= +Indices +======= * :ref:`genindex` -- 2.17.1