From 2fc534f3f1eb8d5dfab4669ab10650a73707024c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 7 Jun 2006 21:37:49 +0000 Subject: hint at where the Magic comes from --- miscutils/watchdog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miscutils/watchdog.c') diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index 55fee8a..b9eabb1 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c @@ -20,7 +20,7 @@ static int fd; static void watchdog_shutdown(int ATTRIBUTE_UNUSED unused) { - write(fd, "V", 1); /* Magic */ + write(fd, "V", 1); /* Magic, see watchdog-api.txt in kernel */ close(fd); exit(0); } -- cgit v1.1