summaryrefslogtreecommitdiff
path: root/usr.bin/mail/pathnames.h
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2018-08-08 19:24:20 +0000
committerAlan Somers <asomers@FreeBSD.org>2018-08-08 19:24:20 +0000
commit47cc9ee1b1d48870786a926ed9592cecdf9b1896 (patch)
tree27aef37cefcfaeb89b1771d1be17888e89b0b15e /usr.bin/mail/pathnames.h
parent6a318e696e241e5dae67d8abc3dca39bc53bb784 (diff)
downloadsrc-test2-47cc9ee1b1d48870786a926ed9592cecdf9b1896.tar.gz
src-test2-47cc9ee1b1d48870786a926ed9592cecdf9b1896.zip
Switch the default pager for most commands to less
Finally, a pager for the nineties. MFC after: Never Relnotes: Yes Differential Revision: https://reviews.freebsd.org/D13465 Poll: https://reviews.freebsd.org/V7
Notes
Notes: svn path=/head/; revision=337497
Diffstat (limited to 'usr.bin/mail/pathnames.h')
-rw-r--r--usr.bin/mail/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/pathnames.h b/usr.bin/mail/pathnames.h
index 7a64341e585f..ccccb497e91e 100644
--- a/usr.bin/mail/pathnames.h
+++ b/usr.bin/mail/pathnames.h
@@ -37,4 +37,4 @@
#define _PATH_HELP "/usr/share/misc/mail.help"
#define _PATH_TILDE "/usr/share/misc/mail.tildehelp"
#define _PATH_MASTER_RC "/usr/share/misc/mail.rc:/usr/local/etc/mail.rc:/etc/mail.rc"
-#define _PATH_MORE "/usr/bin/more"
+#define _PATH_LESS "/usr/bin/less"