=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandocdb.c,v retrieving revision 1.180 retrieving revision 1.181 diff -c -r1.180 -r1.181 *** src/usr.bin/mandoc/mandocdb.c 2016/10/18 14:13:46 1.180 --- src/usr.bin/mandoc/mandocdb.c 2016/10/18 14:20:07 1.181 *************** *** 1,4 **** ! /* $OpenBSD: mandocdb.c,v 1.180 2016/10/18 14:13:46 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011-2016 Ingo Schwarze --- 1,4 ---- ! /* $OpenBSD: mandocdb.c,v 1.181 2016/10/18 14:20:07 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011-2016 Ingo Schwarze *************** *** 445,452 **** } else { /* * If we have arguments, use them as our manpaths. ! * If we don't, grok from manpath(1) or however else ! * manconf_parse() wants to do it. */ if (argc > 0) { conf.manpath.paths = mandoc_reallocarray(NULL, --- 445,451 ---- } else { /* * If we have arguments, use them as our manpaths. ! * If we don't, use man.conf(5). */ if (argc > 0) { conf.manpath.paths = mandoc_reallocarray(NULL,