diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2013-04-29 10:19:47 +0200 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2013-04-29 10:21:59 +0200 |
commit | a6a330581cf8726fd929a92a12ee64ad0051071e (patch) | |
tree | cff893d8b83c594a061e42f2bf6ce0b7ac3e0489 /man | |
parent | 57a2dbd640cd6e1169dc79262f5f64c83e5f5b18 (diff) | |
download | NetworkManager-a6a330581cf8726fd929a92a12ee64ad0051071e.tar.gz |
man: update nmcli man page description for 'connection down'
Diffstat (limited to 'man')
-rw-r--r-- | man/nmcli.1.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/man/nmcli.1.in b/man/nmcli.1.in index f969ff7812..4f005ef297 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -358,7 +358,17 @@ arguments: according to arguments .TP .B down [ id | uuid | path | apath ] <ID> .br -Deactivate a connection. +Deactivate a connection from a device without preventing the device from +further auto-activation. +.sp +Be aware that this command only deactivates the specified connection, but +doesn't prevent the device, the connection was on, from performing +auto-activation. Thus, if the connection that was downed (or another +compatible connection) has autoconnect flag set, it will be automatically +started on the idling device again. +.br +In most cases you may want to use \fIdevice disconnect\fP command instead. +.sp The connection is identified by its name, UUID or D-Bus path. If <ID> is ambiguous, a keyword \fIid\fP, \fIuuid\fP, \fIpath\fP or \fIapath\fP can be used. |