summaryrefslogtreecommitdiff
path: root/tools/lib/python
diff options
context:
space:
mode:
authorYousef Alhouseen <alhouseenyousef@gmail.com>2026-06-24 14:24:48 +0200
committerJonathan Corbet <corbet@lwn.net>2026-07-15 10:51:27 -0600
commitb68f29353e5b9b7a9da5fdc5a49e695450ff57c7 (patch)
treef68f7a0f3046e88cd8fb2a2e2349ccca9637d8c5 /tools/lib/python
parent6c502df8b68b5237b53d1862a5e2b205c79ac91a (diff)
downloadlinux-next-b68f29353e5b9b7a9da5fdc5a49e695450ff57c7.tar.gz
linux-next-b68f29353e5b9b7a9da5fdc5a49e695450ff57c7.zip
docs: kdoc: fix troff output description typo
Fix a typo in the ManFormat documentation string that describes the generated troff title header fields. Signed-off-by: Yousef Alhouseen <alhouseenyousef@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260624122448.4853-1-alhouseenyousef@gmail.com>
Diffstat (limited to 'tools/lib/python')
-rw-r--r--tools/lib/python/kdoc/kdoc_output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/python/kdoc/kdoc_output.py b/tools/lib/python/kdoc/kdoc_output.py
index de107ab4a281..618b0d765ef5 100644
--- a/tools/lib/python/kdoc/kdoc_output.py
+++ b/tools/lib/python/kdoc/kdoc_output.py
@@ -624,7 +624,7 @@ class ManFormat(OutputFormat):
``manual``
Defaults to ``Kernel API Manual``.
- The above controls the output of teh corresponding fields on troff
+ The above controls the output of the corresponding fields on troff
title headers, which will be filled like this::
.TH "{name}" {section} "{date}" "{modulename}" "{manual}"