summaryrefslogtreecommitdiffstats
path: root/rfkill.1
diff options
context:
space:
mode:
authorJohannes Berg2009-08-25 11:49:10 +0200
committerJohannes Berg2009-08-25 11:49:10 +0200
commitb10e0a4a59501bcd7a4c5fdf670eaf21bbaa6d1a (patch)
tree6e8eaa0949a09f2c05f282129d795761f8022c3c /rfkill.1
parentremove iteration and let the kernel do it (diff)
downloadkernel-qcow2-util-linux-b10e0a4a59501bcd7a4c5fdf670eaf21bbaa6d1a.tar.gz
kernel-qcow2-util-linux-b10e0a4a59501bcd7a4c5fdf670eaf21bbaa6d1a.tar.xz
kernel-qcow2-util-linux-b10e0a4a59501bcd7a4c5fdf670eaf21bbaa6d1a.zip
add manpage
Taken from http://tartarus.org/~ds/pkg/rfkill_0.1-4-g9429740-1.diff.gz Thanks Darren!
Diffstat (limited to 'rfkill.1')
-rw-r--r--rfkill.136
1 files changed, 36 insertions, 0 deletions
diff --git a/rfkill.1 b/rfkill.1
new file mode 100644
index 000000000..e5e43cb93
--- /dev/null
+++ b/rfkill.1
@@ -0,0 +1,36 @@
+.\" Hey, EMACS: -*- nroff -*-
+.TH RFKILL 1 "July 10, 2009"
+.SH NAME
+rfkill \- tool for enabling and disabling wireless devices
+.SH SYNOPSIS
+.B rfkill
+.RI [ options ] " command"
+.SH OPTIONS
+.TP
+.B \-\-version
+Show the version of rfkill.
+.SH COMMANDS
+.TP
+.B help
+Show rfkill's built-in help text.
+.TP
+.B event
+Listen for rfkill events and display them on stdout.
+.TP
+.B list
+List the current state of all available rfkill-using devices.
+.TP
+.BI block " index|type"
+Disable the device corresponding to the given index.
+\fItype\fR is one of "all", "wifi", "bluetooth", "uwb", "wimax" or "wwan".
+.TP
+.BI unblock " index|type"
+Enable the device corresponding to the given index. If the device is
+hard-blocked, e.g. via a hardware switch, it will remain unavailable though
+it is now soft-unblocked.
+.SH AUTHORS
+rfkill was originally written by Johannes Berg <johannes@sipsolutions.net>
+and Marcel Holtmann <marcel@holtmann.org>.
+.PP
+This manual page was written by Darren Salt <linux@youmustbejoking.demon.co.uk>,
+for the Debian project (and may be used by others).