diff options
Diffstat (limited to 'man/nmcli.1.in')
-rw-r--r-- | man/nmcli.1.in | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/man/nmcli.1.in b/man/nmcli.1.in index 08f07b4ab7..9437c861f4 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -683,7 +683,7 @@ of its latest state. .B device - show and manage network interfaces .br .TP -.SS \fICOMMAND\fP := { status | show | connect | disconnect | wifi | wimax } +.SS \fICOMMAND\fP := { status | show | connect | disconnect | manage | unmanage | wifi | wimax } .sp .RS .TP @@ -713,6 +713,20 @@ connections without user/manual intervention. .br If '--wait' option is not specified, the default timeout will be 10 seconds. .TP +.B manage <ifname> +.br +Tells NetworkManager to manage the device. Marking a device as managed +allows NetworkManager to activate connections on it. This is the +default state for recognized device types that have not been +explicitly configured to be unmanaged. +.TP +.B unmanage <ifname> +.br +Tells NetworkManager to stop managing the device. Unmanaging a device +will deactivate any connection currently active on it and prevent +NetworkManager from activating any other connection on it in the +future. +.TP .B wifi [list [ifname <ifname>] [bssid <BSSID>]] .br List available Wi\(hyFi access points. The \fIifname\fP and \fIbssid\fP options |