[PATCH net-next] Doucmentation: netconsole: Separate literal code blocks for full netcat command name versions

Bagas Sanjaya posted 1 patch 3 months, 1 week ago
Documentation/networking/netconsole.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH net-next] Doucmentation: netconsole: Separate literal code blocks for full netcat command name versions
Posted by Bagas Sanjaya 3 months, 1 week ago
Both full and short (abbreviated) command name versions of netcat
example are combined in single literal code block due to 'or::'
paragraph being indented. Unindent it to separate the versions.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 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: 61958b33ef0bab1c1874c933cd3910f495526782
-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH net-next] Doucmentation: netconsole: Separate literal code blocks for full netcat command name versions
Posted by Randy Dunlap 3 months, 1 week ago
(typo in Subject: "Doucmentation")

On 10/28/25 6:59 PM, 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. Unindent it to separate the versions.

            being indented one more space than the preceding
	    paragraph (before the command example).

> 
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  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: 61958b33ef0bab1c1874c933cd3910f495526782

-- 
~Randy
Re: [PATCH net-next] Doucmentation: netconsole: Separate literal code blocks for full netcat command name versions
Posted by Bagas Sanjaya 3 months, 1 week ago
On Tue, Oct 28, 2025 at 09:58:07PM -0700, Randy Dunlap wrote:
> 
> (typo in Subject: "Doucmentation")
> 
> On 10/28/25 6:59 PM, 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. Unindent it to separate the versions.
> 
>             being indented one more space than the preceding
> 	    paragraph (before the command example).

Thanks for the wording suggestion! I'll apply it in v2.

-- 
An old man doll... just what I always wanted! - Clara