=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- mandoc/mandocdb.c 2011/11/23 09:52:20 1.10 +++ mandoc/mandocdb.c 2011/11/24 12:54:19 1.11 @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.10 2011/11/23 09:52:20 kristaps Exp $ */ +/* $Id: mandocdb.c,v 1.11 2011/11/24 12:54:19 kristaps Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -386,7 +386,7 @@ main(int argc, char *argv[]) for (i = 0; i < argc; i++) dirs.paths[i] = mandoc_strdup(argv[i]); } else - manpath_parseconf(&dirs); + manpath_parse(&dirs, NULL, NULL); for (i = 0; i < dirs.sz; i++) { ibuf[0] = fbuf[0] = '\0';