diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-19 16:38:36 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2020-05-19 17:09:07 +0200 |
| commit | ccf6dc06bbee82c3d49f451545c5317337e0777e (patch) | |
| tree | a8fddc8c6e2b3b99bebab1d5bb2a64581eff4bfd /man/nmcli.1 | |
| parent | f109e55ef130ce84054d5ba3acf4b71cd8c7564a (diff) | |
| parent | 7ffed1e6136de75188f10ba8763bcb942f932f8e (diff) | |
Merge remote-tracking branch 'salsa/debian/master' into ubuntu/master
Diffstat (limited to 'man/nmcli.1')
| -rw-r--r-- | man/nmcli.1 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/man/nmcli.1 b/man/nmcli.1 index dbdd4c3a..9a941fd9 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: 03/12/2020 +.\" Date: 05/08/2020 .\" Manual: General Commands Manual -.\" Source: NetworkManager 1.22.10 +.\" Source: NetworkManager 1.24.0 .\" Language: English .\" -.TH "NMCLI" "1" "" "NetworkManager 1\&.22\&.10" "General Commands Manual" +.TH "NMCLI" "1" "" "NetworkManager 1\&.24\&.0" "General Commands Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -634,6 +634,11 @@ or can be used\&. .RE .PP +\fBmodify\fR [\fB\-\-temporary\fR] [\fBid\fR | \fBuuid\fR | \fBpath\fR] \fIID\fR \fBremove\fR\ \fIsetting\fR +.RS 4 +Removes a setting from the connection profile\&. +.RE +.PP \fBadd\fR [\fBsave\fR\ {yes\ |\ no}] {\fIoption\fR\ \fIvalue\fR\ |\ [+|\-]\fIsetting\fR\&.\fIproperty\fR\ \fIvalue\fR}... .RS 4 Create a new connection using specified properties\&. @@ -1027,8 +1032,7 @@ command\&. .PP \fBreload\fR .RS 4 -Reload all connection files from disk\&. NetworkManager does not monitor changes to connection files by default\&. So you need to use this command in order to tell NetworkManager to re\-read the connection profiles from disk when a change was made to them\&. However, the auto\-loading feature can be enabled and then NetworkManager will reload connection files any time they change (monitor\-connection\-files=true in -\fBNetworkManager.conf\fR(5))\&. +Reload all connection files from disk\&. NetworkManager does not monitor changes to connection\&. So you need to use this command in order to tell NetworkManager to re\-read the connection profiles from disk when a change was made to them\&. .RE .PP \fBload\fR \fIfilename\fR... |