[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 06/14] Improve pager section by pointing to more



From: Bastien Roucariès <rouca@debian.org>

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 4fa1c53aa..2fee102ce 100644
--- a/man7/environ.7
+++ b/man7/environ.7
@@ -136,7 +136,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 fallback
+.B more (1)
+or any suitable paging utility default defined system-wise.
 .TP
 .BR EDITOR / VISUAL
 The user's preferred utility to edit text files.
@@ -366,6 +371,7 @@ and strictly conformant to POSIX.1-2017.
 .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 to: