aboutsummaryrefslogtreecommitdiff
path: root/miscutils/watchdog.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-04-14 15:15:45 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2021-04-14 15:15:45 +0200
commitba9f9c2d2c57f6041c6c01ba7c0e8379a5f5d440 (patch)
tree2b09bd23498d75f02e7d8bd2d5132e79deb299d7 /miscutils/watchdog.c
parent93f1255af28c5fca0e704c6096e25fb3a5c09a67 (diff)
downloadbusybox-w32-ba9f9c2d2c57f6041c6c01ba7c0e8379a5f5d440.tar.gz
busybox-w32-ba9f9c2d2c57f6041c6c01ba7c0e8379a5f5d440.tar.bz2
busybox-w32-ba9f9c2d2c57f6041c6c01ba7c0e8379a5f5d440.zip
*: --help text tweaks
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/watchdog.c')
-rw-r--r--miscutils/watchdog.c2
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"