mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01: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:
parent
8c1211376e
commit
a7aca10c00
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue