diff options
Diffstat (limited to 'docs/libnm-glib/html/NMDeviceBond.html')
| -rw-r--r-- | docs/libnm-glib/html/NMDeviceBond.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libnm-glib/html/NMDeviceBond.html b/docs/libnm-glib/html/NMDeviceBond.html index 9f578080..5831cbd9 100644 --- a/docs/libnm-glib/html/NMDeviceBond.html +++ b/docs/libnm-glib/html/NMDeviceBond.html @@ -258,7 +258,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> @@ -377,7 +377,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” <span class="type">NMObjectArray</span> *</pre> -<p>The devices (<a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>) slaved to the bond device.</p> +<p>The devices (<a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>) enslaved to the bond device.</p> <p>Flags: Read</p> <p class="since">Since: 0.9.8</p> </div> |