mirror of
git://slackware.nl/current.git
synced 2025-02-09 22:00:48 +01:00
6 lines
125 B
Bash
6 lines
125 B
Bash
![]() |
#!/bin/sh
|
||
|
# Choose a default for the system's manual pager:
|
||
|
#export MANPAGER=less
|
||
|
#export MANPAGER=more
|
||
|
export MANPAGER=most
|