From eb329436c68fb9b3fa37ce6a55a1f86845b344da Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Fri, 16 Jun 2017 15:01:41 -0500 Subject: [PATCH] clear-linux: ensure user have 'man' command prior running man swupd. Documentation recommends the user to access swupd the man page for further details, however user may not have /usr/bin/man command installed, so document that he/she needs to install 'sysadmin-basic' bundle prior to actually accessing the man-page. Signed-off-by: Simental Magana, Marcos --- source/clear-linux/how-to/swupd/run.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/clear-linux/how-to/swupd/run.rst b/source/clear-linux/how-to/swupd/run.rst index 83d1ecb3..067d0515 100644 --- a/source/clear-linux/how-to/swupd/run.rst +++ b/source/clear-linux/how-to/swupd/run.rst @@ -60,8 +60,11 @@ To force a manual update: Additional information ====================== -To see the man page listing additional swupd options, enter: +To see the man page listing additional swupd options, install the +`sysadmin-basic` bundle to access the `man` command and later access +the man page: .. code-block:: console + $ sudo swupd bundle-add sysadmin-basic $ man swupd