diff options
author | 2025-02-11 07:22:57 +0100 | |
---|---|---|
committer | 2025-02-18 13:42:46 -0700 | |
commit | 2234652a7376ef4b897a2a6bcd1cbe2a062b378a (patch) | |
tree | bdf776c2af572730b8cbd46822a6e0ef98c63bda | |
parent | docs: automarkup: drop legacy support (diff) | |
download | wireguard-linux-2234652a7376ef4b897a2a6bcd1cbe2a062b378a.tar.xz wireguard-linux-2234652a7376ef4b897a2a6bcd1cbe2a062b378a.zip |
docs: thunderbolt: Allow creating cross-references for ABI
Now that Documentation/ABI is processed by automarkup, let it
generate cross-references for the corresponding ABI file.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/a655e770e1446f91088f579b79ae890a19771119.1739254867.git.mchehab+huawei@kernel.org
-rw-r--r-- | Documentation/admin-guide/thunderbolt.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/thunderbolt.rst b/Documentation/admin-guide/thunderbolt.rst index 2ed79f41a411..d0502691dfa1 100644 --- a/Documentation/admin-guide/thunderbolt.rst +++ b/Documentation/admin-guide/thunderbolt.rst @@ -28,7 +28,7 @@ should be a userspace tool that handles all the low-level details, keeps a database of the authorized devices and prompts users for new connections. More details about the sysfs interface for Thunderbolt devices can be -found in ``Documentation/ABI/testing/sysfs-bus-thunderbolt``. +found in Documentation/ABI/testing/sysfs-bus-thunderbolt. Those users who just want to connect any device without any sort of manual work can add following line to |