man: qualify properties in man nm-settings-nmcli with setting name

The manual page is large. When you search for a properties, then it's
not immediately clear to which setting it belongs. You would have to
scroll up for the setting name.

This also makes sense for the nmcli manual page, because on the command
line you have to specify the full name.
This commit is contained in:
Thomas Haller 2023-05-08 10:58:45 +02:00
parent 20cf4ff31a
commit 1c904c7d27
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -140,8 +140,8 @@
<varlistentry>
<term>
<option>
<xsl:attribute name="id">nm-settings-nmcli.property.<xsl:value-of select="../@name"/>.<xsl:value-of select="@name"/></xsl:attribute>
<xsl:value-of select="@name"/>
<xsl:attribute name="id">nm-settings-nmcli.property.<xsl:value-of select="$setting_name"/>.<xsl:value-of select="@name"/></xsl:attribute>
<xsl:value-of select="$setting_name"/>.<xsl:value-of select="@name"/>
</option>
</term>
<listitem>