mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
ftp(1)'s default pager is "more", not "less", as documented.
PR: docs/17099 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
This commit is contained in:
parent
8596de5303
commit
befd85d633
1 changed files with 1 additions and 1 deletions
|
|
@ -662,7 +662,7 @@ Retrieve
|
|||
and display with the program defined in
|
||||
.Ev PAGER
|
||||
(which defaults to
|
||||
.Xr less 1 ).
|
||||
.Xr more 1 ).
|
||||
.It Ic passive
|
||||
Toggle passive mode. If passive mode is turned on
|
||||
(default is off), the ftp client will
|
||||
|
|
|
|||
Loading…
Reference in a new issue