summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--catman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/catman.c b/catman.c
index b1fe9f13..2eaacdab 100644
--- a/catman.c
+++ b/catman.c
@@ -62,7 +62,7 @@ run_mandocd(int sockfd, const char *outtype, const char* defos)
else
execlp("mandocd", "mandocd", "-T", outtype,
"-I", defos, sockfdstr, (char *)NULL);
- err(1, "exec");
+ err(1, "exec(mandocd)");
}
ssize_t