aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea G. Monaco <andrea.monaco@autistici.org>2021-01-09 19:30:34 +0100
committerDaniel Kiper <daniel.kiper@oracle.com>2022-08-20 01:26:54 +0200
commitd9b4638c50b16d4722e66d334e2c1a674b4a45cc (patch)
tree0864363cd629e4c5bdfffa91c3c13891abb965bc
parenta3c4e680d48eb2c0a4ff03ebbcc95a7f88ecd71d (diff)
downloadgrub-d9b4638c50b16d4722e66d334e2c1a674b4a45cc.tar.gz
docs: Add a link to environment variables
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>
-rw-r--r--docs/grub.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/grub.texi b/docs/grub.texi
index 547923107..107f66ebc 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -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