summaryrefslogtreecommitdiffstats
path: root/sys-utils/wdctl.8
diff options
context:
space:
mode:
authorKarel Zak2012-05-22 11:39:26 +0200
committerKarel Zak2012-05-22 11:48:36 +0200
commitf56338b4397325a212e6d94bba59a4e5c6c5e78f (patch)
tree34944965f7c697eedb72d2bfa4a5f3460d41b707 /sys-utils/wdctl.8
parentlogin: fix segmentation fault in log_utmp (diff)
downloadkernel-qcow2-util-linux-f56338b4397325a212e6d94bba59a4e5c6c5e78f.tar.gz
kernel-qcow2-util-linux-f56338b4397325a212e6d94bba59a4e5c6c5e78f.tar.xz
kernel-qcow2-util-linux-f56338b4397325a212e6d94bba59a4e5c6c5e78f.zip
wdctl: allow to specify more than one device
* remove -d <device> option * support wdctl [options] [<device> ...] usage Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/wdctl.8')
-rw-r--r--sys-utils/wdctl.812
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-utils/wdctl.8 b/sys-utils/wdctl.8
index 8bb1d5c6c..081134fec 100644
--- a/sys-utils/wdctl.8
+++ b/sys-utils/wdctl.8
@@ -9,20 +9,20 @@ show hardware watchdog status
.SH SYNOPSIS
.B wdctl
.RB [options]
-
+.RB [device...]
.SH DESCRIPTION
-Show hardware watchdog status. Note that number of supported watchdog
-features is hardware specific.
+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.
+
+Note that number of supported watchdog features is hardware specific.
.SH OPTIONS
-.IP "\fB\-d, \-\-device \fIpath\fP"
-Device to use, default is /dev/watchdog.
.IP "\fB\-f, \-\-flags \fI<list>\fP"
Print selected flags only.
.IP "\fB\-F, \-\-noflags\fP"
Don't print information about flags
.IP "\fB\-n, \-\-noheadings\fP"
-Do not print a header line.
+Do not print a header line for flags table.
.IP "\fB\-I, \-\-noident\fP"
Don't print watchdog identity information
.IP "\fB\-T, \-\-notimeouts\fP"