##// END OF EJS Templates
pager: make example of setting pager less silly
Kevin Bullock -
r12892:919c4408 stable
parent child Browse files
Show More
@@ -17,7 +17,7 b''
17 17 To set the pager that should be used, set the application variable::
18 18
19 19 [pager]
20 pager = LESS='FSRX' less
20 pager = less -FRSX
21 21
22 22 If no pager is set, the pager extensions uses the environment variable
23 23 $PAGER. If neither pager.pager, nor $PAGER is set, no pager is used.
General Comments 0
You need to be logged in to leave comments. Login now