diff options
Diffstat (limited to 'docs/libnm/html/NMDeviceBond.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceBond.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libnm/html/NMDeviceBond.html b/docs/libnm/html/NMDeviceBond.html index aed42c2f..93a76f6d 100644 --- a/docs/libnm/html/NMDeviceBond.html +++ b/docs/libnm/html/NMDeviceBond.html @@ -199,7 +199,7 @@ nm_device_bond_get_carrier (<em class="parameter"><code><a class="link" href="NM <a name="nm-device-bond-get-slaves"></a><h3>nm_device_bond_get_slaves ()</h3> <pre class="programlisting">const <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_device_bond_get_slaves (<em class="parameter"><code><a class="link" href="NMDeviceBond.html" title="NMDeviceBond"><span class="type">NMDeviceBond</span></a> *device</code></em>);</pre> -<p>Gets the devices currently slaved to <em class="parameter"><code>device</code></em> +<p>Gets the devices currently enslaved to <em class="parameter"><code>device</code></em> .</p> <div class="refsect3"> <a name="nm-device-bond-get-slaves.parameters"></a><h4>Parameters</h4> @@ -272,7 +272,7 @@ copy used by the device, and must not be modified. </p> <div class="refsect2"> <a name="NMDeviceBond--slaves"></a><h3>The <code class="literal">“slaves”</code> property</h3> <pre class="programlisting"> “slaves” <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *</pre> -<p>The devices slaved to the bond device.</p> +<p>The devices enslaved to the bond device.</p> <p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GPtrArray(NMDevice)]</span></p> <p>Flags: Read</p> </div> |