]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation: netconsole: Separate literal code blocks for full and short netcat...
authorBagas Sanjaya <bagasdotme@gmail.com>
Thu, 30 Oct 2025 07:50:13 +0000 (14:50 +0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 31 Oct 2025 23:54:22 +0000 (16:54 -0700)
Both full and short (abbreviated) command name versions of netcat
example are combined in single literal code block due to 'or::'
paragraph being indented one more space than the preceding paragraph
(before the short version example).

Unindent it to separate the versions.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20251030075013.40418-1-bagasdotme@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/netconsole.rst

index 2555e75e5cc1c3e1c8b041a9bf344f95a3850e2c..4ab5d7b05cf102534ae557a074c4406644fac096 100644 (file)
@@ -88,7 +88,7 @@ for example:
 
        nc -u -l -p <port>' / 'nc -u -l <port>
 
-    or::
+   or::
 
        netcat -u -l -p <port>' / 'netcat -u -l <port>