]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Updated the default for VTYSH_PAGER if unset in user docs 18691/head
authorValentin Binotto <git.8c400bab53f220f13efe0112c1ea2f96@v434project.com>
Tue, 22 Apr 2025 16:01:41 +0000 (16:01 +0000)
committerValentin Binotto <git.8c400bab53f220f13efe0112c1ea2f96@v434project.com>
Tue, 22 Apr 2025 16:01:41 +0000 (16:01 +0000)
Signed-off-by: Valentin Binotto <git.8c400bab53f220f13efe0112c1ea2f96@v434project.com>
doc/manpages/vtysh.rst
doc/user/vtysh.rst

index 396fcfc66e708cb55ac4e555f2d53e050b90dfd1..facb3ec37c122ead34f9c9600dfa7ded7867ad8f 100644 (file)
@@ -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``.
index 9722231d333048684634b80892ae4c533f67f5e1..f39aa5e3ea35d5808c8689ee7b53692fc85fa693 100644 (file)
@@ -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.