diff options
| author | Michael Biebl <biebl@debian.org> | 2020-10-05 22:28:16 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-10-05 22:28:16 +0200 |
| commit | 47a2114d6f697a31d84c8874c49e94dd04119d75 (patch) | |
| tree | e3022686ff1956d7f17f1f7cdf7022ce980b7a5c /docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml | |
| parent | 9d722f3d3492e31c0b3e4bcba603ffd65309c621 (diff) | |
| parent | aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e (diff) | |
Update upstream source from tag 'upstream/1.27.90'
Update to upstream version '1.27.90' with Debian dir 72a0791efa5966be1724a82dfcac90f6cd22bd1b
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml')
| -rw-r--r-- | docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml index 767f32d9..86e6f723 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Settings.xml @@ -147,7 +147,7 @@ AddConnection2 (IN a{sa{sv}} settings, "0x2" (in-memory), "0x20" (block-autoconnect). Unknown flags cause the call to fail. - <parameter>args</parameter>: optional arguments dictionary, for extensibility. Currently no + <parameter>args</parameter>: optional arguments dictionary, for extentibility. Currently, no arguments are accepted. Specifying unknown keys causes the call to fail. <parameter>path</parameter>: Object path of the new connection that was just added. @@ -156,7 +156,7 @@ AddConnection2 (IN a{sa{sv}} settings, </para><para> Either the flags 0x1 (to-disk) or 0x2 (in-memory) must be specified. The effect is whether to behave like AddConnection or AddConnectionUnsaved. If 0x20 (block-autoconnect) is specified, autoconnect for the new profile - is blocked from the beginnin. Otherwise, the profile might automatically + is blocked from the beginning. Otherwise, the profile might automatically connect if a suitable device is around. </para><para> AddConnection2 is a extensible alternative to AddConnection, and AddConnectionUnsaved. The new variant can do everything that the older variants could, and more. @@ -169,7 +169,7 @@ AddConnection2 (IN a{sa{sv}} settings, </varlistentry> <varlistentry> <term><literal>IN u <parameter>flags</parameter></literal>:</term> - <listitem><para>optional flags argument. Currently the following flags are supported:</para></listitem> + <listitem><para>optional flags argument. Currently, the following flags are supported:</para></listitem> </varlistentry> <varlistentry> <term><literal>IN a{sv} <parameter>args</parameter></literal>:</term> |