source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Remove stray warnx() left in the manpath.c code.
@ 2011-12-13 21:09 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-12-13 21:09 UTC (permalink / raw)
  To: source

Log Message:
-----------
Remove stray warnx() left in the manpath.c code.

Modified Files:
--------------
    mdocml:
        manpath.c

Revision Data
-------------
Index: manpath.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/manpath.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lmanpath.c -Lmanpath.c -u -p -r1.6 -r1.7
--- manpath.c
+++ manpath.c
@@ -63,7 +63,6 @@ manpath_parse(struct manpaths *dirs, con
 
 	/* Open manpath(1).  Ignore errors. */
 
-	warnx(cmd);
 	stream = popen(cmd, "r");
 	if (NULL == stream)
 		return;
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-13 21:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-13 21:09 mdocml: Remove stray warnx() left in the manpath.c code kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).