diff options
Diffstat (limited to 'miscutils/watchdog.c')
-rw-r--r-- | miscutils/watchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index 44649cae6..d8e9c78f5 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c | |||
@@ -27,7 +27,7 @@ | |||
27 | //config: When enabled, the watchdog device is opened and then immediately | 27 | //config: When enabled, the watchdog device is opened and then immediately |
28 | //config: magic-closed, before being opened a second time. This may be necessary | 28 | //config: magic-closed, before being opened a second time. This may be necessary |
29 | //config: for some watchdog devices, but can cause spurious warnings in the | 29 | //config: for some watchdog devices, but can cause spurious warnings in the |
30 | //config: kernel log if the nowayout feature is enabled. Also, if this workaround | 30 | //config: kernel log if the nowayout feature is enabled. If this workaround |
31 | //config: is really needed for you machine to work properly, consider whether | 31 | //config: is really needed for you machine to work properly, consider whether |
32 | //config: it should be fixed in the kernel driver instead. Even when disabled, | 32 | //config: it should be fixed in the kernel driver instead. Even when disabled, |
33 | //config: the behaviour is easily emulated with a "printf 'V' > /dev/watchdog" | 33 | //config: the behaviour is easily emulated with a "printf 'V' > /dev/watchdog" |