diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/custom-html.xsl | 6 | ||||
-rw-r--r-- | man/sd_bus_default.xml | 2 | ||||
-rw-r--r-- | man/systemd.network.xml | 19 |
3 files changed, 14 insertions, 13 deletions
diff --git a/man/custom-html.xsl b/man/custom-html.xsl index b298c216b1..2df12411c7 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -225,12 +225,6 @@ <xsl:text>systemd.directives.html</xsl:text> </xsl:attribute> <xsl:text>Directives </xsl:text> - </a>ยท - <a> - <xsl:attribute name="href"> - <xsl:text>../python-systemd/index.html</xsl:text> - </xsl:attribute> - <xsl:text>Python </xsl:text> </a> <span style="float:right"> diff --git a/man/sd_bus_default.xml b/man/sd_bus_default.xml index c5a1b530f9..95b347bdfd 100644 --- a/man/sd_bus_default.xml +++ b/man/sd_bus_default.xml @@ -182,7 +182,7 @@ processes at this time.</para> <para>These calls allocate a bus connection object and initiate - the connection ot a well-known bus of some form. An alternative to + the connection to a well-known bus of some form. An alternative to using these high-level calls is to create an unconnected bus object with <citerefentry><refentrytitle>sd_bus_new</refentrytitle><manvolnum>3</manvolnum></citerefentry> diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 85867e7f66..ff01da6249 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -393,12 +393,19 @@ </varlistentry> <varlistentry> <term><varname>IPv6PrivacyExtensions=</varname></term> - <listitem><para>Configures use of stateless temporary addresses that change over time - (see <ulink url="https://tools.ietf.org/html/rfc4941">RFC 4941</ulink>, Privacy Extensions for Stateless Address - Autoconfiguration in IPv6). A boolean or <literal>prefer-temporary</literal>. When true or <literal>prefer-public</literal> - enables privacy extensions, but prefer public addresses over temporary addresses. - <literal>prefer-temporary</literal> prefers temporary addresses over public addresses. - Defaults to + <listitem><para>Configures use of stateless temporary + addresses that change over time (see <ulink + url="https://tools.ietf.org/html/rfc4941">RFC 4941</ulink>, + Privacy Extensions for Stateless Address Autoconfiguration + in IPv6). Takes a boolean or the special values + <literal>prefer-public</literal> and + <literal>kernel</literal>. When true enables the privacy + extensions and prefers temporary addresses over public + addresses. When <literal>prefer-public</literal> enables the + privacy extensions, but prefers public addresses over + temporary addresses. When false, the privacy extensions + remain disabled. When <literal>kernel</literal> the kernel's + default setting will be left in place. Defaults to <literal>no</literal>.</para></listitem> </varlistentry> <varlistentry> |