From: Bastien Roucariès <[email protected]>

More is the default pager in a lot of system mention it
---
 man7/environ.7 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/man7/environ.7 b/man7/environ.7
index 81932d894..981038ea1 100644
--- a/man7/environ.7
+++ b/man7/environ.7
@@ -132,7 +132,12 @@ The terminal type for which output is to be prepared.
 The user's preferred utility to display text files.
 Any string acceptable as a command_string operand to the
 .I sh\ \-c
-command shall be valid.
+command shall be valid. If the
+.B PAGER
+variable is null or not set,
+command could fall back
+.B more (1)
+or any suitable paging utility as the system default.
 .TP
 .BR EDITOR / VISUAL
 The user's preferred utility to edit text files.
@@ -362,6 +367,7 @@ should use instead an explicit \(aq\fB.\fP\(aq.
 .BR env (1),
 .BR login (1),
 .BR mktemp (1),
+.BR more (1),
 .BR printenv (1),
 .BR sh (1),
 .BR su (1),
-- 
2.29.2

Reply via email to