summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-05-08 10:58:45 +0200
committerThomas Haller <thaller@redhat.com>2023-05-08 11:04:50 +0200
commit1c904c7d2704de5b83c8aee3c6f33970c6125e4f (patch)
treeea843d6f5ef0be2ac16f9d8e8934efd8a23777ba
parent20cf4ff31a8fcf37c085074d9a9d29a6798dc25e (diff)
downloadNetworkManager-1c904c7d2704de5b83c8aee3c6f33970c6125e4f.tar.gz
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.
-rw-r--r--man/nm-settings-nmcli.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/nm-settings-nmcli.xsl b/man/nm-settings-nmcli.xsl
index d7b770d681..6457276780 100644
--- a/man/nm-settings-nmcli.xsl
+++ b/man/nm-settings-nmcli.xsl
@@ -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>