source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: better error message if mandocd is not found
@ 2021-10-15 15:04 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2021-10-15 15:04 UTC (permalink / raw)
  To: source

Log Message:
-----------
better error message if mandocd is not found

Modified Files:
--------------
    mandoc:
        catman.c

Revision Data
-------------
Index: catman.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/catman.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -Lcatman.c -Lcatman.c -u -p -r1.22 -r1.23
--- catman.c
+++ catman.c
@@ -62,7 +62,7 @@ run_mandocd(int sockfd, const char *outt
 	else
 		execlp("mandocd", "mandocd", "-T", outtype,
 		    "-I", defos, sockfdstr, (char *)NULL);
-	err(1, "exec");
+	err(1, "exec(mandocd)");
 }
 
 ssize_t
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv


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

only message in thread, other threads:[~2021-10-15 15:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 15:04 mandoc: better error message if mandocd is not found schwarze

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).