aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-01-14 20:09:47 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-01-14 20:09:47 +0000
commitc81d9b51211a62cf9d38f8531063911c132e1ef1 (patch)
tree588bee119fbdcbe2750751c1cd7c67b476d49050
parentb6cc3bfac6c2c7ea0d8a20ad9fc422c8ee744923 (diff)
downloadsrc-c81d9b51211a62cf9d38f8531063911c132e1ef1.tar.gz
src-c81d9b51211a62cf9d38f8531063911c132e1ef1.zip
Turn off incredibly obnoxious forced `-c' option to `more'.
Notes
Notes: svn path=/head/; revision=5611
-rw-r--r--gnu/usr.bin/man/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/Makefile.inc b/gnu/usr.bin/man/Makefile.inc
index 5711ab37721c..c17c4f19beda 100644
--- a/gnu/usr.bin/man/Makefile.inc
+++ b/gnu/usr.bin/man/Makefile.inc
@@ -5,7 +5,7 @@
BINDIR?= /usr/bin
libdir= /etc
bindir= ${BINDIR}
-pager= more -cs
+pager= more -s
manpath_config_file= /etc/manpath.config
troff= /usr/bin/groff -Tps -man
nroff= /usr/bin/groff -Tlatin1 -man