mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
committed by
Jakub Kicinski
parent
8c1211376e
commit
a7aca10c00
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user