From b10e0a4a59501bcd7a4c5fdf670eaf21bbaa6d1a Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Tue, 25 Aug 2009 11:49:10 +0200 Subject: add manpage Taken from http://tartarus.org/~ds/pkg/rfkill_0.1-4-g9429740-1.diff.gz Thanks Darren! --- rfkill.1 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 rfkill.1 (limited to 'rfkill.1') 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 +and Marcel Holtmann . +.PP +This manual page was written by Darren Salt , +for the Debian project (and may be used by others). -- cgit v1.2.3-55-g7522