mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 11:10:16 +01:00
docs: fix showing link for secrets-flags in man nm-settings-nmcli
The input always actually has a <description-docbook> field, so the secret-flags hint was never shown. Move it. It's indepenent from <description> and <description-docbook> anyway. With this we see the expected messages See the section called “Secret flag types:” for flag values.
This commit is contained in:
parent
676a99c96a
commit
d95001beff
1 changed files with 5 additions and 3 deletions
|
|
@ -157,12 +157,14 @@
|
|||
<xsl:otherwise>
|
||||
<para>
|
||||
<xsl:value-of select="@description"/>
|
||||
<xsl:if test="@type = 'NMSettingSecretFlags (uint32)'">
|
||||
See <xref linkend="secrets-flags"/> for flag values.
|
||||
</xsl:if>
|
||||
</para>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<xsl:if test="@type = 'NMSettingSecretFlags (uint32)'">
|
||||
<para>
|
||||
See <xref linkend="secrets-flags"/> for flag values.
|
||||
</para>
|
||||
</xsl:if>
|
||||
<xsl:if test="deprecated">
|
||||
<para>
|
||||
This property is deprecated since version <xsl:value-of select="deprecated/@since"/>.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue