]> git.ipfire.org Git - thirdparty/util-linux.git/blob - sys-utils/wdctl.8.adoc
Asciidoc: Review sys-utils man pages, part 2
[thirdparty/util-linux.git] / sys-utils / wdctl.8.adoc
1 //po4a: entry man manual
2 = wdctl(8)
3 :doctype: manpage
4 :man manual: System Administration
5 :man source: util-linux {release-version}
6 :page-layout: base
7 :command: wdctl
8
9 == NAME
10
11 wdctl - show hardware watchdog status
12
13 == SYNOPSIS
14
15 *wdctl* [options] [_device_...]
16
17 == DESCRIPTION
18
19 Show hardware watchdog status. The default device is _/dev/watchdog_. If more than one device is specified then the output is separated by one blank line.
20
21 If the device is already used or user has no permissions to read from the device, then *wdctl* reads data from sysfs. In this case information about supported features (flags) might be missing.
22
23 Note that the number of supported watchdog features is hardware specific.
24
25 == OPTIONS
26
27 *-f*, *--flags* _list_::
28 Print only the specified flags.
29
30 *-F*, *--noflags*::
31 Do not print information about flags.
32
33 *-I*, *--noident*::
34 Do not print watchdog identity information.
35
36 *-n*, *--noheadings*::
37 Do not print a header line for flags table.
38
39 *-o*, *--output* _list_::
40 Define the output columns to use in table of watchdog flags. If no output arrangement is specified, then a default set is used. Use *--help* to get list of all supported columns.
41
42 *-O*, *--oneline*::
43 Print all wanted information on one line in key="value" output format.
44
45 *-r*, *--raw*::
46 Use the raw output format.
47
48 *-s*, *-settimeout* _seconds_::
49 Set the watchdog timeout in seconds.
50
51 *-T*, *--notimeouts*::
52 Do not print watchdog timeouts.
53
54 *-x*, *--flags-only*::
55 Same as *-I -T*.
56
57 *-V*, *--version*::
58 Display version information and exit.
59
60 *-h*, *--help*::
61 Display help text and exit.
62
63 == AUTHORS
64
65 mailto:kzak@redhat.com[Karel Zak],
66 mailto:lennart@poettering.net[Lennart Poettering]
67
68 include::../man-common/bugreports.adoc[]
69
70 include::../man-common/footer.adoc[]
71
72 ifdef::translation[]
73 include::../man-common/translation.adoc[]
74 endif::[]