aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-11-03 14:29:35 +0100
committerGöktürk Yüksek <gokturk@gentoo.org>2016-11-03 11:24:05 -0400
commit085453777057ec395d069ff274ba67ae04b77e05 (patch)
tree22af2df01603885e7ab77815ea3818c52fa5cc22
parenteclass-writing: improve the eclass documentation sections #373145 (diff)
downloaddevmanual-08545377.tar.gz
devmanual-08545377.tar.bz2
devmanual-08545377.zip
ebuild-writing/file-format: Fix missing <c/> style around _p suffix
-rw-r--r--ebuild-writing/file-format/text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
index e74fd15..3352e90 100644
--- a/ebuild-writing/file-format/text.xml
+++ b/ebuild-writing/file-format/text.xml
@@ -76,7 +76,7 @@ what portage considers to be the 'lowest' version comes first.
<ti>Normal release</ti>
</tr>
<tr>
- <ti>_p</ti>
+ <ti><c>_p</c></ti>
<ti>Patch release</ti>
</tr>
</table>