summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/wlan-ng26-utils/tmp/trunk/man/.svn/text-base/wlancfg.1.svn-base
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-14 03:16:13 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-14 03:16:13 (GMT)
commitee26e87efd151e56a9eb8142fdec6d2e5d9c733c (patch)
treec2f787f41517e60e879fa14071e43104dc08a507 /abs/core-testing/wlan-ng26-utils/tmp/trunk/man/.svn/text-base/wlancfg.1.svn-base
parent1d374402a7edf5c8c3e3351641223998553e77c3 (diff)
downloadlinhes_pkgbuild-ee26e87efd151e56a9eb8142fdec6d2e5d9c733c.zip
linhes_pkgbuild-ee26e87efd151e56a9eb8142fdec6d2e5d9c733c.tar.gz
linhes_pkgbuild-ee26e87efd151e56a9eb8142fdec6d2e5d9c733c.tar.bz2
Rename wlan-ng26-utils to wlan-ng26-utils-svn
Diffstat (limited to 'abs/core-testing/wlan-ng26-utils/tmp/trunk/man/.svn/text-base/wlancfg.1.svn-base')
-rw-r--r--abs/core-testing/wlan-ng26-utils/tmp/trunk/man/.svn/text-base/wlancfg.1.svn-base54
1 files changed, 0 insertions, 54 deletions
diff --git a/abs/core-testing/wlan-ng26-utils/tmp/trunk/man/.svn/text-base/wlancfg.1.svn-base b/abs/core-testing/wlan-ng26-utils/tmp/trunk/man/.svn/text-base/wlancfg.1.svn-base
deleted file mode 100644
index 257ccd8..0000000
--- a/abs/core-testing/wlan-ng26-utils/tmp/trunk/man/.svn/text-base/wlancfg.1.svn-base
+++ /dev/null
@@ -1,54 +0,0 @@
-.TH WLANCFG 8
-.SH NAME
-wlancfg \- manupulate linux-wlan-ng MIB values
-.SH SYNOPSIS
-.B wlancfg query dev
-.P
-.B wlancfg show dev [all]
-.P
-.B wlancfg set dev
-.P
-.B wlancfg list
-.P
-.B wlancfg version
-.SH DESCRIPTION
-The wlancfg utility program provides an alternative method to
-.B wlanctl-ng (1)
-, for manipulating MIB values. It was designed to provide
-an easier mechanism for saving and restoring the complete wireless
-configuration (i.e. when re-starting the device driver) and to provide
-a more efficient mechanism for GUI's to query multiple MIB's.
-.SH OPTIONS
-.TP
-.B dev
-The name of the device (e.g., wlan0).
-.TP
-.B query
-Read MIB names (separated by whitespace) from stdin
-and output their values (separated by carriage returns)
-to stdout. The MIB's may be either read/write or
-read-only.
-.TP
-.B show
-Query the values of all supported read/write MIB's and
-output their values (separated by carriage returns) to
-stdout. The syntax of the output will be:
- name=value
-.RS
-If the "all" parameter is specified, then all supported
-MIB's (i.e. read-only MIB's as well) are output.
-.RE
-.TP
-.B set
-Read MIB name/value pairs (separated by carriage returns)
-from stdin and set the values of the specified MIB's. The
-pairs must have the same syntax as above. The MIB's must
-be read/write.
-.TP
-.B list
-Display a list of all supported MIB's.
-.TP
-.B version
-Display the compiled version of wlancfg.
-.SH AUTHOR
-This minimal man page was written by Joey Hess.