commit: 3509c4277762e8beff3d0452316cf85f21f7f5eb Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> AuthorDate: Mon Jun 17 17:27:54 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Jun 23 18:11:38 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3509c427
ebuild-writing/file-format: correct IEEE Std section number The existing reference pointed at "Pipe" definition, while 3.282 defines "Portable Filename Character Set" which apparently is the intended reference. Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/file-format/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml index 912ae98..acc5d9a 100644 --- a/ebuild-writing/file-format/text.xml +++ b/ebuild-writing/file-format/text.xml @@ -26,8 +26,8 @@ discouraged, but technically valid. <note> This is the same as -<uri link="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_278"> -IEEE Std 1003.1-2013, section 3.278</uri>, with the exception of the period +<uri link="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_282"> +IEEE Std 1003.1-2013, section 3.282</uri>, with the exception of the period character and with the addition of the plus character to keep GTK+ and friends happy. </note>
