]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: kdoc_output: use a method to emit the .TH header
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 6 Mar 2026 15:45:41 +0000 (16:45 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 9 Mar 2026 16:34:38 +0000 (10:34 -0600)
commitc1873e77434db2c592cfd21dd7d2e34a5c18304f
treebf37e55e47a7ae7223ecab6507d97a6998d2425e
parent0e4c8adad4cacf699672d28e19143dc0b9d145fd
docs: kdoc_output: use a method to emit the .TH header

All man emit functions need to add a .TH header. Move the code
to a common function, as we'll be addressing some issues at
the common code.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <2e55fcfe8724fde08a78635a1a3f8b449a6adf82.1772810752.git.mchehab+huawei@kernel.org>
tools/lib/python/kdoc/kdoc_output.py