diff options
| author | Michael Biebl <biebl@debian.org> | 2022-08-13 16:40:06 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-08-13 16:40:06 +0200 |
| commit | 38ca7ae9c3556e9a5b50ee15015ea194e6ca8da1 (patch) | |
| tree | 99f19f118f550362c3288e7b82a7aab3a75c8d64 /docs/api/dbus-org.freedesktop.NetworkManager.DnsManager.xml | |
| parent | c2473cb3f165975f2899ccef11f036c9762a8aa3 (diff) | |
| parent | 49ac65f875a36d7ebcbc8270cf0fc60acbb2e052 (diff) | |
Merge tag 'debian/1.38.4-1' into debian/bullseye-backports
network-manager Debian release 1.38.4-1
Diffstat (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.DnsManager.xml')
| -rw-r--r-- | docs/api/dbus-org.freedesktop.NetworkManager.DnsManager.xml | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.DnsManager.xml b/docs/api/dbus-org.freedesktop.NetworkManager.DnsManager.xml index 70b30f88..0488bd65 100644 --- a/docs/api/dbus-org.freedesktop.NetworkManager.DnsManager.xml +++ b/docs/api/dbus-org.freedesktop.NetworkManager.DnsManager.xml @@ -15,7 +15,8 @@ </refsect1> <refsect1 role="desc" id="gdbus-interface-org-freedesktop-NetworkManager-DnsManager"> <title role="desc.title">Description</title> - <para> The interface contains DNS-related information. + <para> +The interface contains DNS-related information. </para> </refsect1> <refsect1 role="details" id="gdbus-properties-org.freedesktop.NetworkManager.DnsManager"> @@ -26,7 +27,8 @@ <programlisting> Mode readable s </programlisting> -<para> The current DNS processing mode. +<para> +The current DNS processing mode. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-DnsManager.RcManager"> @@ -35,7 +37,8 @@ Mode readable s <programlisting> RcManager readable s </programlisting> -<para> The current resolv.conf management mode. +<para> +The current resolv.conf management mode. </para> </refsect2> <refsect2 role="property" id="gdbus-property-org-freedesktop-NetworkManager-DnsManager.Configuration"> @@ -44,13 +47,14 @@ RcManager readable s <programlisting> Configuration readable aa{sv} </programlisting> -<para> The current DNS configuration represented as an array of - dictionaries. Each dictionary has the "nameservers", - "priority" keys and, optionally, "interface" and "vpn". - "nameservers" is the list of DNS servers, "priority" their - relative priority, "interface" the interface on which these - servers are contacted, "vpn" a boolean telling whether the - configuration was obtained from a VPN connection. +<para> +The current DNS configuration represented as an array of +dictionaries. Each dictionary has the "nameservers", +"priority" keys and, optionally, "interface" and "vpn". +"nameservers" is the list of DNS servers, "priority" their +relative priority, "interface" the interface on which these +servers are contacted, "vpn" a boolean telling whether the +configuration was obtained from a VPN connection. </para> </refsect2> </refsect1> |