diff options
author | 2024-12-31 20:02:40 +0100 | |
---|---|---|
committer | 2025-01-09 12:34:36 -0700 | |
commit | 769b83735d84022142b0d6c120f08c377fed9df5 (patch) | |
tree | f8d30dce8834c1f63867ab824da2d6669b4f918b | |
parent | docs/zh_CN: Add landlock index Chinese translation (diff) | |
download | wireguard-linux-769b83735d84022142b0d6c120f08c377fed9df5.tar.xz wireguard-linux-769b83735d84022142b0d6c120f08c377fed9df5.zip |
Documentation/kernel-parameters: Fix a reference to vga-softcursor.rst
A very minor oversight that dates all the way back to rst migration in
commit 9d85025b0418 ("docs-rst: create an user's manual book").
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241231190240.417446-1-lkundrak@v3.sk
Diffstat (limited to '')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index dc663c0ca670..5d0092c335b7 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -7469,7 +7469,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> |