Index: manpath.c =================================================================== RCS file: /cvs/mdocml/manpath.c,v retrieving revision 1.18 diff -u -r1.18 manpath.c --- manpath.c 18 Nov 2014 19:41:47 -0000 1.18 +++ manpath.c 24 Nov 2014 11:26:19 -0000 @@ -80,7 +80,7 @@ if ( ! ferror(stream) && feof(stream) && bsz && '\n' == buf[bsz - 1]) { buf[bsz - 1] = '\0'; - manpath_parseline(dirs, buf); + manpath_parseline(dirs, buf, 1); } free(buf);