=================================================================== RCS file: /cvs/mandoc/configure.local.example,v retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- mandoc/configure.local.example 2020/06/22 20:00:38 1.38 +++ mandoc/configure.local.example 2020/07/20 16:57:30 1.39 @@ -1,4 +1,4 @@ -# $Id: configure.local.example,v 1.38 2020/06/22 20:00:38 schwarze Exp $ +# $Id: configure.local.example,v 1.39 2020/07/20 16:57:30 schwarze Exp $ # # Copyright (c) 2014-2019 Ingo Schwarze # @@ -150,6 +150,14 @@ BINM_APROPOS=mapropos # default is "apropos" BINM_WHATIS=mwhatis # default is "whatis" BINM_MAKEWHATIS=mandocdb # default is "makewhatis" BINM_SOELIM=msoelim # default is "soelim" + +# If less(1) is available, it is used as the default manual pager. +# Otherwise, more(1) is used: its existence is required by POSIX. +# It is possible to force using a different default pager, either +# by giving the name of a program found in the PATH, or by giving +# an absolute path. + +BINM_PAGER=pg # default is "less" or "more" # Some distributions do not want hardlinks # between installed binary programs.