From bf92db1033d9ef20243f30751169e2e5b302c2ad Mon Sep 17 00:00:00 2001
From: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Date: Wed, 17 Apr 2024 10:06:13 +0200
Subject: [PATCH] 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>
---
 doc/usage/cmd/env.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/usage/cmd/env.rst b/doc/usage/cmd/env.rst
index 60a294328e..040076bcc0 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*
 
-- 
2.39.5