aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-16 15:19:01 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-16 15:19:01 +0000
commit9c1de96472e8c506b0cfd516fc43bca5273364cd (patch)
tree27792e71a5427a036f13e6f03c990cfb0d9ac3f5 /configure.local.example
parent5da805b34c3264a5c864a50a20065b3e9982b959 (diff)
downloadmandoc-9c1de96472e8c506b0cfd516fc43bca5273364cd.tar.gz
mandoc-9c1de96472e8c506b0cfd516fc43bca5273364cd.tar.zst
mandoc-9c1de96472e8c506b0cfd516fc43bca5273364cd.zip
fix previous: stupid typo
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.local.example b/configure.local.example
index 8f1168b3..1241f0d7 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.26 2017/02/16 15:12:32 schwarze Exp $
+# $Id: configure.local.example,v 1.27 2017/02/16 15:19:01 schwarze Exp $
#
# Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -97,7 +97,7 @@ MANM_MANCONF="mandoc.conf" # default is "man.conf"
# It is possible to set only one or a few of these variables,
# there is no need to copy the whole block.
-MANM_MAN="mandoc_man" # default is "catman"
+MANM_MAN="mandoc_man" # default is "man"
MANM_MDOC="mandoc_mdoc" # default is "mdoc"
MANM_ROFF="mandoc_roff" # default is "roff"
MANM_EQN="mandoc_eqn" # default is "eqn"
@@ -230,7 +230,7 @@ BUILD_CATMAN=1
# Install catman(8) with a different name.
# See BINM_MAN above for details of how this works.
-BINM_CATMAN=mcatman # default is "man"
+BINM_CATMAN=mcatman # default is "catman"
# --- settings that rarely need to be touched --------------------------