diff options
author | SeongJae Park <sj@kernel.org> | 2023-01-22 18:48:34 +0000 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-01-24 15:27:08 -0700 |
commit | 941c95fdd61f4a0d2cd01520282a713962f485f6 (patch) | |
tree | b7d973348c33558c22350dd52866af5c19802e11 /Documentation/watchdog | |
parent | c70313cd177d28ea15a3f5cb3e6f10292a782c63 (diff) |
Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed documents
Some documents that listed on subsystem-apis have 'Linux' or 'The Linux'
title prefixes. It's duplicated information, and makes finding the
document of interest with human eyes not easy. Remove the prefixes from
the titles.
Signed-off-by: SeongJae Park <sj@kernel.org>
Acked-by: Iwona Winiarska <iwona.winiarska@intel.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20230122184834.181977-1-sj@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/watchdog')
-rw-r--r-- | Documentation/watchdog/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/watchdog/index.rst b/Documentation/watchdog/index.rst index c177645081d8..4603f2511f58 100644 --- a/Documentation/watchdog/index.rst +++ b/Documentation/watchdog/index.rst @@ -1,8 +1,8 @@ .. SPDX-License-Identifier: GPL-2.0 -====================== -Linux Watchdog Support -====================== +================ +Watchdog Support +================ .. toctree:: :maxdepth: 1 |