diff options
| author | Michael Biebl <biebl@debian.org> | 2018-10-20 01:31:18 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-10-20 01:31:18 +0200 |
| commit | b4885f208ba690090952c0ae0452dd5bc2ba0601 (patch) | |
| tree | 5c8af02da4543f7132b9bad45711a3a65e620d0d /man/nmcli.1 | |
| parent | 142485af41b7cf7b0060cc682a56d3ff38cabbb6 (diff) | |
| parent | 6518e361171f64bcaaa4bf868139362ed95cc2e0 (diff) | |
Update upstream source from tag 'upstream/1.14.2'
Update to upstream version '1.14.2' with Debian dir c118292f450ace1133a5dba2777cbeb54977dbe8
Diffstat (limited to 'man/nmcli.1')
| -rw-r--r-- | man/nmcli.1 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man/nmcli.1 b/man/nmcli.1 index 626ad6fc..6ed320ad 100644 --- a/man/nmcli.1 +++ b/man/nmcli.1 @@ -2,12 +2,12 @@ .\" Title: nmcli .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 09/14/2018 +.\" Date: 10/19/2018 .\" Manual: General Commands Manual -.\" Source: NetworkManager 1.14.0 +.\" Source: NetworkManager 1.14.2 .\" Language: English .\" -.TH "NMCLI" "1" "" "NetworkManager 1\&.14\&.0" "General Commands Manual" +.TH "NMCLI" "1" "" "NetworkManager 1\&.14\&.2" "General Commands Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1086,6 +1086,11 @@ Set device properties\&. .RS 4 Connect the device\&. NetworkManager will try to find a suitable connection that will be activated\&. It will also consider connections that are not set to auto connect\&. .sp +If no compatible connection exists, a new profile with default settings will be created and activated\&. This differentiates +\fBnmcli connection up ifname "$DEVICE"\fR +from +\fBnmcli device connect "$DEVICE"\fR +.sp If \fB\-\-wait\fR option is not specified, the default timeout will be 90 seconds\&. |