From: ash Date: Sat, 22 Jan 2022 14:49:54 +0000 (+0000) Subject: man: note more clearly that $SYSTEMD_PAGER requires $SYSTEMD_PAGERSECURE X-Git-Tag: v251-rc1~474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de4fe289cfab789d249752aa7df851c792658f21;p=thirdparty%2Fsystemd.git man: note more clearly that $SYSTEMD_PAGER requires $SYSTEMD_PAGERSECURE --- diff --git a/man/common-variables.xml b/man/common-variables.xml index 2f478cb4534..0e220b3f9eb 100644 --- a/man/common-variables.xml +++ b/man/common-variables.xml @@ -90,7 +90,10 @@ less1 and more1, until one is found. If no pager implementation is discovered no pager is invoked. Setting this environment variable to an empty string - or the value cat is equivalent to passing . + or the value cat is equivalent to passing . + + Note: if $SYSTEMD_PAGERSECURE is not set, $SYSTEMD_PAGER + (as well as $PAGER) will be silently ignored.