All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 06/15] scripts: kernel-doc: Transform documentation into POD (6/15)
@ 2022-01-03  4:50 Tomasz Warniełło
  2022-01-03  4:50 ` [PATCH v2 07/15] scripts: kernel-doc: Transform documentation into POD (7/15) Tomasz Warniełło
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tomasz Warniełło @ 2022-01-03  4:50 UTC (permalink / raw)
  To: corbet; +Cc: Tomasz Warniełło, linux-doc, linux-kernel

Step 6) Translate the "Output format selection modifier" subsection
        of OPTIONS

This section is renamed to "Output format modifiers" to make it simple.

To make it even more simple, a subsection is added:
"reStructuredText only".

Other notes:
- paragraphing correction
- article correction

See step 1 for the series details.

Signed-off-by: Tomasz Warniełło <tomasz.warniello@gmail.com>
---
 scripts/kernel-doc | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index 896c4775102d..d1a4d98726b3 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -83,13 +83,6 @@ sub usage {
     my $message = <<"EOF";
 Usage: $0 [OPTION ...] FILE ...
 
-Output format selection modifier (affects only ReST output):
-
-  -sphinx-version	Use the ReST C domain dialect compatible with an
-			specific Sphinx Version.
-			If not specified, kernel-doc will auto-detect using
-			the sphinx-build version found on PATH.
-
 Output selection (mutually exclusive):
   -export		Only output documentation for symbols that have been
 			exported using EXPORT_SYMBOL() or EXPORT_SYMBOL_GPL()
@@ -2583,4 +2576,19 @@ Do not output documentation, only warnings.
 
 =back
 
+=head2 Output format modifiers
+
+=head3 reStructuredText only
+
+=over 8
+
+=item -sphinx-version VERSION
+
+Use the ReST C domain dialect compatible with a specific Sphinx Version.
+
+If not specified, kernel-doc will auto-detect using the sphinx-build version
+found on PATH.
+
+=back
+
 =cut
-- 
2.30.2


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

end of thread, other threads:[~2022-01-03  4:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-03  4:50 [PATCH v2 06/15] scripts: kernel-doc: Transform documentation into POD (6/15) Tomasz Warniełło
2022-01-03  4:50 ` [PATCH v2 07/15] scripts: kernel-doc: Transform documentation into POD (7/15) Tomasz Warniełło
2022-01-03  4:50 ` [PATCH v2 08/15] scripts: kernel-doc: Transform documentation into POD (8/15) Tomasz Warniełło
2022-01-03  4:50 ` [PATCH v2 09/15] scripts: kernel-doc: Transform documentation into POD (9/15) Tomasz Warniełło
2022-01-03  4:50 ` [PATCH v2 10/15] scripts: kernel-doc: Transform documentation into POD (10/15) Tomasz Warniełło

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.