summaryrefslogtreecommitdiffstats
path: root/sys-utils/wdctl.8
diff options
context:
space:
mode:
authorKarel Zak2012-05-04 11:04:35 +0200
committerKarel Zak2012-05-04 11:04:35 +0200
commit013a48910e611e05c02503c898662af1df52ee63 (patch)
treefbb3e0454eeb4a8b3dc70c87adff630cd1b7e466 /sys-utils/wdctl.8
parentwdctl: make timeouts output more parsable (diff)
downloadkernel-qcow2-util-linux-013a48910e611e05c02503c898662af1df52ee63.tar.gz
kernel-qcow2-util-linux-013a48910e611e05c02503c898662af1df52ee63.tar.xz
kernel-qcow2-util-linux-013a48910e611e05c02503c898662af1df52ee63.zip
wdctl: add man page
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/wdctl.8')
-rw-r--r--sys-utils/wdctl.850
1 files changed, 50 insertions, 0 deletions
diff --git a/sys-utils/wdctl.8 b/sys-utils/wdctl.8
new file mode 100644
index 000000000..3abe395dd
--- /dev/null
+++ b/sys-utils/wdctl.8
@@ -0,0 +1,50 @@
+.\" wdctl.8 --
+.\" Copyright (C) 2012 Karel Zak <kzak@redhat.com>
+.\" May be distributed under the GNU General Public License
+
+.TH WDCTL 8 "May 2012" "util-linux" "System Administration"
+.SH NAME
+wdctl \-
+show hardware watchdog status
+.SH SYNOPSIS
+.B wdctl
+.RB [options]
+
+.SH DESCRIPTION
+Show hardware watchdog status. 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.
+.IP "\fB\-I, \-\-noident\fP"
+Don't print watchdog identity information
+.IP "\fB\-T, \-\-notimeouts\fP"
+Don't print watchdog timeouts
+.IP "\fB\-o, \-\-output \fIlist\fP"
+Define the output columns to use in table of watchdog flags. If no output
+arrangement is specified, then a default set is used. Use \fB\-\-help\fP to
+get list of all supported columns.
+.IP "\fB\-P, \-\-pairs\fP"
+Use key="value" output format.
+.IP "\fB\-V, \-\-version\fP"
+Output version information and exit.
+.IP "\fB\-r, \-\-raw\fP"
+Use the raw output format.
+.IP "\fB\-h, \-\-help\fP"
+Print a help text and exit.
+
+.SH AUTHORS
+.nf
+Karel Zak <kzak@redhat.com>
+Lennart Poettering <lennart@poettering.net>
+.fi
+.SH AVAILABILITY
+The wdctl command is part of the util-linux package and is available from
+ftp://ftp.kernel.org/pub/linux/utils/util-linux/.