mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
Merge pull request #18691 from valentinbinotto/valentin-dev
Some checks are pending
build-test / Build the x86 ubuntu 22.04 docker image (push) Waiting to run
build-test / Test ubuntu x86 docker image (push) Blocked by required conditions
build-test / Build the ARM ubuntu 22.04 docker image (push) Waiting to run
build-test / Test ubuntu ARM docker image (push) Blocked by required conditions
Some checks are pending
build-test / Build the x86 ubuntu 22.04 docker image (push) Waiting to run
build-test / Test ubuntu x86 docker image (push) Blocked by required conditions
build-test / Build the ARM ubuntu 22.04 docker image (push) Waiting to run
build-test / Test ubuntu ARM docker image (push) Blocked by required conditions
doc: state correct default behaviour of VTYSH_PAGER env if unset (vtysh manpage)
This commit is contained in:
commit
827e1d69b9
|
@ -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``.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue