aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manpath.c
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
commita9b4d897f5d0fcc7ff669cb8cdc6e89b6aeae658 (patch)
treecd4a54f48b4469a3e941e1dc7fccfcc43085c016 /manpath.c
parentce4f763b585b472437eaa8223aee79105d7c3087 (diff)
downloadmandoc-a9b4d897f5d0fcc7ff669cb8cdc6e89b6aeae658.tar.gz
mandoc-a9b4d897f5d0fcc7ff669cb8cdc6e89b6aeae658.tar.zst
mandoc-a9b4d897f5d0fcc7ff669cb8cdc6e89b6aeae658.zip
Remove stray warnx() left in the manpath.c code.
Diffstat (limited to 'manpath.c')
-rw-r--r--manpath.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/manpath.c b/manpath.c
index 66ddddf6..3a12496d 100644
--- a/manpath.c
+++ b/manpath.c
@@ -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 <schwarze@openbsd.org>
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -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;