Skip to content

Commit 827e1d6

Browse files
authored
Merge pull request FRRouting#18691 from valentinbinotto/valentin-dev
doc: state correct default behaviour of VTYSH_PAGER env if unset (vtysh manpage)
2 parents f7ae2c1 + f690276 commit 827e1d6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/manpages/vtysh.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ OPTIONS available for the vtysh command:
7979
ENVIRONMENT VARIABLES
8080
=====================
8181
VTYSH_PAGER
82-
This should be the name of the pager to use. Default is more.
82+
This should be the name of the pager to use. Default is *more*.
8383

8484
VTYSH_HISTFILE
8585
Override the history file for vtysh commands. Logging can be turned off using ``VTYSH_HISTFILE=/dev/null vtysh``.

doc/user/vtysh.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ and the :clicmd:`terminal paginate` command:
7070
(particularly waiting at the end of output) tends to be annoying to the
7171
user. Using ``less -EFX`` is recommended for a better user experience.
7272

73-
If this environment variable is unset, *vtysh* defaults to not using any
74-
pager.
73+
If this environment variable is unset, *vtysh* defaults to using *more*.
7574

7675
This variable should be set by the user according to their preferences,
7776
in their :file:`~/.profile` file.

0 commit comments

Comments
 (0)