Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/file-format/
Date: Thu, 03 Nov 2016 15:25:47
Message-Id: 1478186645.085453777057ec395d069ff274ba67ae04b77e05.gokturk@gentoo
1 commit: 085453777057ec395d069ff274ba67ae04b77e05
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 13:29:35 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 15:24:05 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=08545377
7
8 ebuild-writing/file-format: Fix missing <c/> style around _p suffix
9
10 ebuild-writing/file-format/text.xml | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
14 index e74fd15..3352e90 100644
15 --- a/ebuild-writing/file-format/text.xml
16 +++ b/ebuild-writing/file-format/text.xml
17 @@ -76,7 +76,7 @@ what portage considers to be the 'lowest' version comes first.
18 <ti>Normal release</ti>
19 </tr>
20 <tr>
21 - <ti>_p</ti>
22 + <ti><c>_p</c></ti>
23 <ti>Patch release</ti>
24 </tr>
25 </table>