Re: [PATCH net-next v2] Documentation: netconsole: Separate literal code blocks for full and short netcat command name versions
From: Randy Dunlap <hidden>
Date: 2025-10-30 18:31:27
Also in:
linux-doc, lkml
From: Randy Dunlap <hidden>
Date: 2025-10-30 18:31:27
Also in:
linux-doc, lkml
On 10/30/25 12:50 AM, Bagas Sanjaya wrote:
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 <redacted>
Reviewed-by: Randy Dunlap <redacted> Tested-by: Randy Dunlap <redacted> again.
--- Changes since v1 [1]: - Apply proofreading suggestions on patch title and description (Randy) [1]: https://lore.kernel.org/linux-doc/20251029015940.10350-1-bagasdotme@gmail.com/ (local) Documentation/networking/netconsole.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Documentation/networking/netconsole.rst b/Documentation/networking/netconsole.rst index 59cb9982afe60a..0816ce64dcfd68 100644 --- a/Documentation/networking/netconsole.rst +++ b/Documentation/networking/netconsole.rst@@ -91,7 +91,7 @@ for example: nc -u -l -p <port>' / 'nc -u -l <port> - or:: + or:: netcat -u -l -p <port>' / 'netcat -u -l <port>base-commit: 1bae0fd90077875b6c9c853245189032cbf019f7
-- ~Randy