summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-04-17 10:06:13 +0200
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-04-20 08:17:56 +0200
commitbf92db1033d9ef20243f30751169e2e5b302c2ad (patch)
treed9c9da1e2e441ea4bdf83f1fd4f568b0e9949603
parent12dfc68c204e908fc4bac9e32a982cdfa23f6d55 (diff)
doc: update list of aliases for the env command
* add link to askenv man-page * add printenv Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r--doc/usage/cmd/env.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/usage/cmd/env.rst b/doc/usage/cmd/env.rst
index 60a294328e8..040076bcc03 100644
--- a/doc/usage/cmd/env.rst
+++ b/doc/usage/cmd/env.rst
@@ -40,9 +40,10 @@ the UEFI variables.
The next commands are kept as alias and for compatibility:
-+ *askenv* = *env ask*
++ :doc:`askenv <askenv>` = *env ask*
+ *editenv* = *env edit*
+ *grepenv* = *env grep*
++ :doc:`printenv <printenv>` = *env print*
+ *run* = *env run*
+ *setenv* = *env set*