From b39cdcc602caf4d2cd0ad60b892f466ae0ae006b Mon Sep 17 00:00:00 2001 From: endorama <526307+endorama@users.noreply.github.com> Date: Mon, 22 Nov 2021 13:50:44 +0100 Subject: [PATCH] wdctl: add page (#7112) --- pages/linux/wdctl.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/wdctl.md diff --git a/pages/linux/wdctl.md b/pages/linux/wdctl.md new file mode 100644 index 000000000..3ea49c18f --- /dev/null +++ b/pages/linux/wdctl.md @@ -0,0 +1,16 @@ +# wdctl + +> Show the hardware watchdog status. +> More information: . + +- Display the watchdog status: + +`wdctl` + +- Display the watchdog status in a single line in key-value pairs: + +`wdctl --oneline` + +- Display only specific watchdog flags (list is driver specific): + +`wdctl --flags {{flag_list}}`