mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 20:40:34 +01:00
man/nm-settings-nmcli: include deprecation description, if present
This commit is contained in:
parent
bc09568eb1
commit
0f0c4e384d
1 changed files with 6 additions and 0 deletions
|
|
@ -163,6 +163,12 @@
|
|||
</para>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<xsl:if test="deprecated">
|
||||
<para>
|
||||
This property is deprecated since version <xsl:value-of select="deprecated/@since"/>.
|
||||
<xsl:value-of select="deprecated"/>
|
||||
</para>
|
||||
</xsl:if>
|
||||
<xsl:if test="@type">
|
||||
<para>
|
||||
Format: <xsl:value-of select="@type"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue