Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: kdoc: fix troff output description typo
@ 2026-06-24 12:24 Yousef Alhouseen
  2026-06-30 19:50 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Yousef Alhouseen @ 2026-06-24 12:24 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Shuah Khan, linux-doc, linux-kernel, Yousef Alhouseen

Fix a typo in the ManFormat documentation string that describes the
generated troff title header fields.

Signed-off-by: Yousef Alhouseen <alhouseenyousef@gmail.com>
---
 tools/lib/python/kdoc/kdoc_output.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/lib/python/kdoc/kdoc_output.py b/tools/lib/python/kdoc/kdoc_output.py
index de107ab4a..618b0d765 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}"
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: kdoc: fix troff output description typo
  2026-06-24 12:24 [PATCH] docs: kdoc: fix troff output description typo Yousef Alhouseen
@ 2026-06-30 19:50 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2026-06-30 19:50 UTC (permalink / raw)
  To: Yousef Alhouseen; +Cc: Shuah Khan, linux-doc, linux-kernel, Yousef Alhouseen

Yousef Alhouseen <alhouseenyousef@gmail.com> writes:

> Fix a typo in the ManFormat documentation string that describes the
> generated troff title header fields.
>
> Signed-off-by: Yousef Alhouseen <alhouseenyousef@gmail.com>
> ---
>  tools/lib/python/kdoc/kdoc_output.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/lib/python/kdoc/kdoc_output.py b/tools/lib/python/kdoc/kdoc_output.py
> index de107ab4a..618b0d765 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::

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-30 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-24 12:24 [PATCH] docs: kdoc: fix troff output description typo Yousef Alhouseen
2026-06-30 19:50 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox