[PATCH] Documentation/kernel-parameters: Fix a reference to vga-softcursor.rst

Lubomir Rintel posted 1 patch 1 year, 4 months ago
Documentation/admin-guide/kernel-parameters.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation/kernel-parameters: Fix a reference to vga-softcursor.rst
Posted by Lubomir Rintel 1 year, 4 months ago
A very minor oversight that dates all the way back to rst migration in
commit 9d85025b0418 ("docs-rst: create an user's manual book").

Fixes: 9d85025b0418 ("docs-rst: create an user's manual book")
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 Documentation/admin-guide/kernel-parameters.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 3872bc6ec49d..da19728b5bee 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -7474,7 +7474,7 @@
 	vt.cur_default=	[VT] Default cursor shape.
 			Format: 0xCCBBAA, where AA, BB, and CC are the same as
 			the parameters of the <Esc>[?A;B;Cc escape sequence;
-			see VGA-softcursor.txt. Default: 2 = underline.
+			see vga-softcursor.rst. Default: 2 = underline.
 
 	vt.default_blu=	[VT]
 			Format: <blue0>,<blue1>,<blue2>,...,<blue15>
-- 
2.47.1
Re: [PATCH] Documentation/kernel-parameters: Fix a reference to vga-softcursor.rst
Posted by Jonathan Corbet 1 year, 4 months ago
Lubomir Rintel <lrintel@redhat.com> writes:

> A very minor oversight that dates all the way back to rst migration in
> commit 9d85025b0418 ("docs-rst: create an user's manual book").
>
> Fixes: 9d85025b0418 ("docs-rst: create an user's manual book")
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 3872bc6ec49d..da19728b5bee 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -7474,7 +7474,7 @@
>  	vt.cur_default=	[VT] Default cursor shape.
>  			Format: 0xCCBBAA, where AA, BB, and CC are the same as
>  			the parameters of the <Esc>[?A;B;Cc escape sequence;
> -			see VGA-softcursor.txt. Default: 2 = underline.
> +			see vga-softcursor.rst. Default: 2 = underline.
>  

I've applied this, but dropped the Fixes tag - the named commit was
simply a rename and didn't actually introduce the error.

Thanks,

jon
Re: [PATCH] Documentation/kernel-parameters: Fix a reference to vga-softcursor.rst
Posted by Randy Dunlap 1 year, 4 months ago

On 12/31/24 11:02 AM, Lubomir Rintel wrote:
> A very minor oversight that dates all the way back to rst migration in
> commit 9d85025b0418 ("docs-rst: create an user's manual book").
> 
> Fixes: 9d85025b0418 ("docs-rst: create an user's manual book")
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>

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

Thanks.

> ---
>  Documentation/admin-guide/kernel-parameters.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 3872bc6ec49d..da19728b5bee 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -7474,7 +7474,7 @@
>  	vt.cur_default=	[VT] Default cursor shape.
>  			Format: 0xCCBBAA, where AA, BB, and CC are the same as
>  			the parameters of the <Esc>[?A;B;Cc escape sequence;
> -			see VGA-softcursor.txt. Default: 2 = underline.
> +			see vga-softcursor.rst. Default: 2 = underline.
>  
>  	vt.default_blu=	[VT]
>  			Format: <blue0>,<blue1>,<blue2>,...,<blue15>

-- 
~Randy