aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/msgs/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/msgs/pathnames.h
parent6a318e696e241e5dae67d8abc3dca39bc53bb784 (diff)
downloadsrc-47cc9ee1b1d48870786a926ed9592cecdf9b1896.tar.gz
src-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/msgs/pathnames.h')
-rw-r--r--usr.bin/msgs/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/msgs/pathnames.h b/usr.bin/msgs/pathnames.h
index a537c386b245..f56b3e82d0bf 100644
--- a/usr.bin/msgs/pathnames.h
+++ b/usr.bin/msgs/pathnames.h
@@ -35,6 +35,6 @@
#define _PATH_MSGS "/var/msgs"
#define _PATH_MAIL "/usr/bin/Mail -f %s"
-#define _PATH_PAGER "/usr/bin/more -%d"
+#define _PATH_PAGER "/usr/bin/less -%d"
#undef _PATH_TMP
#define _PATH_TMP "/tmp/msgXXXXXX"