mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +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
|