wdctl: add page (#7112)

feature/windows-fix-syntax-2
endorama 2021-11-22 13:50:44 +01:00 committed by GitHub
parent da2545ca54
commit b39cdcc602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/linux/wdctl.md Normal file
View File

@ -0,0 +1,16 @@
# wdctl
> Show the hardware watchdog status.
> More information: <https://manned.org/wdctl>.
- 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}}`