summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-12-13 21:09:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-12-13 21:09:01 +0000
commit6414274387adaa820f390b2541fac6ff7d322fef (patch)
tree0bfc58c2ebc9eb665d30a1c5b1fc4013174701db
parent39973a2e265984d88bf4e3d32b543087edb0e8ef (diff)
downloadmandoc-6414274387adaa820f390b2541fac6ff7d322fef.tar.gz
Remove stray warnx() left in the manpath.c code.
-rw-r--r--manpath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/manpath.c b/manpath.c
index ed187bf4..9c4d254c 100644
--- a/manpath.c
+++ b/manpath.c
@@ -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;