mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 05:28:33 +02:00
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:
parent
20cf4ff31a
commit
1c904c7d27
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue