]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
docs: Add a link to environment variables
authorAndrea G. Monaco <andrea.monaco@autistici.org>
Sat, 9 Jan 2021 18:30:34 +0000 (19:30 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 19 Aug 2022 23:26:54 +0000 (01:26 +0200)
This is trivial, but it might save some time to beginners.

Signed-off-by: Andrea G. Monaco <andrea.monaco@autistici.org>
Reviewed-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
docs/grub.texi

index 547923107ab59eb734f5c1e14acacf1d9a18f07e..107f66ebc9f4f46d289c47537e69fa0482c24de3 100644 (file)
@@ -5412,7 +5412,9 @@ This command is only available on PC BIOS systems.
 
 @deffn Command set [envvar=value]
 Set the environment variable @var{envvar} to @var{value}. If invoked with no
-arguments, print all environment variables with their values.
+arguments, print all environment variables with their values. For the list of
+environment variables currently used by GRUB itself see the relevant section
+@pxref{Environment}.
 @end deffn