From 47b881f6f4de5414f4774b8442d0dd62b51fd14c Mon Sep 17 00:00:00 2001 From: jorton Date: Fri, 17 Sep 2004 13:53:54 +0000 Subject: [PATCH] 8->1. --- certwatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certwatch.c b/certwatch.c index ac8dad5..5fa3b30 100644 --- a/certwatch.c +++ b/certwatch.c @@ -119,7 +119,7 @@ static int warning(FILE *out, const char *filename, const char *hostname, fputs("\n" " ##########################################################\n" - " Generated by certwatch(8)\n\n", + " Generated by certwatch(1)\n\n", out); return 1; }