diff options
| author | Michael Biebl <biebl@debian.org> | 2020-08-19 10:13:49 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-08-19 10:13:49 +0200 |
| commit | e7b44ef4c80907346ec7492a09c45277459924fc (patch) | |
| tree | b1388af193ca205f73336eca47e81815e43a61ca /docs/libnm/html | |
| parent | 136d191f1c96dbae1489fed7c2565f5e1b1f8d40 (diff) | |
New upstream version 1.26.2 upstream/1.26.2
Diffstat (limited to 'docs/libnm/html')
| -rw-r--r-- | docs/libnm/html/NMSettingConnection.html | 8 | ||||
| -rw-r--r-- | docs/libnm/html/index.html | 2 | ||||
| -rw-r--r-- | docs/libnm/html/usage.html | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/libnm/html/NMSettingConnection.html b/docs/libnm/html/NMSettingConnection.html index 64d0303d..1cbdd134 100644 --- a/docs/libnm/html/NMSettingConnection.html +++ b/docs/libnm/html/NMSettingConnection.html @@ -1691,7 +1691,7 @@ nm_setting_connection_get_wait_device_timeout <div class="refsect3"> <a name="nm-setting-connection-get-wait-device-timeout.returns"></a><h4>Returns</h4> <p> the <a class="link" href="NMSettingConnection.html#NM-SETTING-CONNECTION-WAIT-DEVICE-TIMEOUT:CAPS" title="NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT"><code class="literal">NM_SETTING_CONNECTION_WAIT_DEVICE_TIMEOUT</code></a> property with -the timeout in milli seconds. -1 is the default.</p> +the timeout in milliseconds. -1 is the default.</p> </div> <p class="since">Since: 1.20</p> </div> @@ -2422,9 +2422,9 @@ be generated by <a class="link" href="libnm-nm-utils.html#nm-utils-uuid-generate <p>Timeout in milliseconds to wait for device at startup. During boot, devices may take a while to be detected by the driver. This property will cause to delay NetworkManager-wait-online.service -and nm-online to give the device a chance to appear.</p> -<p>Note that this property only works together with NMSettingConnection:interface-name -to identify the device that will be waited for.</p> +and nm-online to give the device a chance to appear. This works by +waiting for the given timeout until a compatible device for the +profile is available and managed.</p> <p>The value 0 means no wait time. The default value is -1, which currently has the same meaning as no wait time.</p> <p>Owner: NMSettingConnection</p> diff --git a/docs/libnm/html/index.html b/docs/libnm/html/index.html index 937bb31d..55aa5523 100644 --- a/docs/libnm/html/index.html +++ b/docs/libnm/html/index.html @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libnm Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - for libnm 1.26.0 + for libnm 1.26.2 The latest version of this documentation can be found on-line at <a class="ulink" href="https://developer.gnome.org/libnm/stable/" target="_top">https://developer.gnome.org/libnm/stable/</a>. diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html index 85ac992a..6cfb8bac 100644 --- a/docs/libnm/html/usage.html +++ b/docs/libnm/html/usage.html @@ -96,7 +96,7 @@ </p> <pre class="screen"><code class="prompt">$ </code><strong class="userinput"><code>cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c</code></strong> <code class="prompt">$ </code><strong class="userinput"><code>./hello-nm</code></strong> - NetworkManager version: 1.26.0 + NetworkManager version: 1.26.2 <code class="prompt">$ </code></pre> <p> |