mirror of
git://slackware.nl/current.git
synced 2025-01-15 15:41:54 +01:00
4cc8e8065b
a/ncompress-4.2.4.5-x86_64-1.txz: Upgraded. ap/man-db-2.8.5-x86_64-1.txz: Upgraded. Added /etc/profile.d/man-db.{csh,sh} to pick a MANPAGER (defaults to 'most'). ap/powertop-2.10-x86_64-1.txz: Upgraded. d/scons-3.0.2-x86_64-1.txz: Upgraded.
5 lines
126 B
Tcsh
5 lines
126 B
Tcsh
#!/bin/csh
|
|
# Choose a default for the system's manual pager:
|
|
#setenv MANPAGER less
|
|
#setenv MANPAGER more
|
|
setenv MANPAGER most
|