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@xxxxx> Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 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