From aa0153a3d7f059a3bfceeaa50c1a4a707e42f953 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 21 Oct 2021 15:04:33 +0200 Subject: [PATCH] wdctl: update man page Addresses: https://github.com/karelzak/util-linux/issues/1475 Signed-off-by: Karel Zak --- sys-utils/wdctl.8.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-utils/wdctl.8.adoc b/sys-utils/wdctl.8.adoc index a376e62595..ee7cf96d7f 100644 --- a/sys-utils/wdctl.8.adoc +++ b/sys-utils/wdctl.8.adoc @@ -46,8 +46,10 @@ Print all wanted information on one line in key="value" output format. Set the watchdog pre-timeout in seconds. A watchdog pre-timeout is a notification generated by the watchdog before the watchdog reset might occur in the event the watchdog has not been serviced. This notification is handled by -the kernel and can be configured to take an action using sysfs (e.g. -/sys/class/watchdog/watchdog0/pretimeout_governor). +the kernel and can be configured to take an action using sysfs or by **--setpregovernor**. + +*-g*, *--setpregovernor* _governor_:: +Set pre-timeout governor name. For available governors see default **wdctl** output. *-r*, *--raw*:: Use the raw output format. -- 2.47.3