=================================================================== RCS file: /cvs/mandoc/manpath.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- mandoc/manpath.c 2011/12/13 20:56:46 1.6 +++ mandoc/manpath.c 2011/12/13 21:09:01 1.7 @@ -1,4 +1,4 @@ -/* $Id: manpath.c,v 1.6 2011/12/13 20:56:46 kristaps Exp $ */ +/* $Id: manpath.c,v 1.7 2011/12/13 21:09:01 kristaps Exp $ */ /* * Copyright (c) 2011 Ingo Schwarze * Copyright (c) 2011 Kristaps Dzonsons @@ -63,7 +63,6 @@ manpath_parse(struct manpaths *dirs, const char *file, /* Open manpath(1). Ignore errors. */ - warnx(cmd); stream = popen(cmd, "r"); if (NULL == stream) return;