From: Valentin Binotto Date: Tue, 22 Apr 2025 16:01:41 +0000 (+0000) Subject: doc: Updated the default for VTYSH_PAGER if unset in user docs X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F18691%2Fhead;p=mirror%2Ffrr.git doc: Updated the default for VTYSH_PAGER if unset in user docs Signed-off-by: Valentin Binotto --- diff --git a/doc/manpages/vtysh.rst b/doc/manpages/vtysh.rst index 396fcfc66e..facb3ec37c 100644 --- a/doc/manpages/vtysh.rst +++ b/doc/manpages/vtysh.rst @@ -79,7 +79,7 @@ OPTIONS available for the vtysh command: ENVIRONMENT VARIABLES ===================== VTYSH_PAGER - This should be the name of the pager to use. Default is more. + This should be the name of the pager to use. Default is *more*. VTYSH_HISTFILE Override the history file for vtysh commands. Logging can be turned off using ``VTYSH_HISTFILE=/dev/null vtysh``. diff --git a/doc/user/vtysh.rst b/doc/user/vtysh.rst index 9722231d33..f39aa5e3ea 100644 --- a/doc/user/vtysh.rst +++ b/doc/user/vtysh.rst @@ -70,8 +70,7 @@ and the :clicmd:`terminal paginate` command: (particularly waiting at the end of output) tends to be annoying to the user. Using ``less -EFX`` is recommended for a better user experience. - If this environment variable is unset, *vtysh* defaults to not using any - pager. + If this environment variable is unset, *vtysh* defaults to using *more*. This variable should be set by the user according to their preferences, in their :file:`~/.profile` file.