Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: netconsole: Separate literal code blocks for full and short netcat command name versions

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>

authored by

Bagas Sanjaya and committed by
Jakub Kicinski
a7aca10c 8c121137

+1 -1
+1 -1
Documentation/networking/netconsole.rst
··· 88 88 89 89 nc -u -l -p <port>' / 'nc -u -l <port> 90 90 91 - or:: 91 + or:: 92 92 93 93 netcat -u -l -p <port>' / 'netcat -u -l <port> 94 94