diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2012-04-30 13:50:15 +0200 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2012-04-30 13:50:15 +0200 |
commit | aa5ed42941ccdd7aa0ff29d010c47820581d6e86 (patch) | |
tree | 24fc71a5fe2d699c7255fa631d22906528db98ce /man/nmcli.1.in | |
parent | 0a98d14e483fac6d60b3c1dee17ab8704b2e5409 (diff) | |
download | NetworkManager-aa5ed42941ccdd7aa0ff29d010c47820581d6e86.tar.gz |
man: document 'nmcli nm wimax' in nmcli's man page
Diffstat (limited to 'man/nmcli.1.in')
-rw-r--r-- | man/nmcli.1.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/man/nmcli.1.in b/man/nmcli.1.in index 0573bfdc79..29f731615d 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -133,7 +133,7 @@ NetworkManager .br Use this object to inquire and change state of NetworkManager. .TP -.SS \fICOMMAND\fP := { status | permissions | enable | sleep | wifi | wwan } +.SS \fICOMMAND\fP := { status | permissions | enable | sleep | wifi | wwan | wimax } .sp .RS .TP @@ -207,6 +207,18 @@ WWAN status is printed; \fIon\fP enables WWAN; \fIoff\fP disables WWAN. \fBReference to D-Bus:\fP No simple reference. .fi +.TP +.B wimax [on|off] +.br +Inquire or set status of WiMAX in NetworkManager. If no arguments are supplied, +WiMAX status is printed; \fIon\fP enables WiMAX; \fIoff\fP disables WiMAX. +.br +Note: WiMAX support is a compile-time decision, so it may be unavailable on some +installations. +.nf +\fBReference to D-Bus:\fP +No simple reference. +.fi .RE .TP |