From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D5D0138334 for ; Sun, 23 Jun 2019 18:13:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47182E086A; Sun, 23 Jun 2019 18:13:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2875CE086A for ; Sun, 23 Jun 2019 18:13:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0883346869 for ; Sun, 23 Jun 2019 18:13:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F399623 for ; Sun, 23 Jun 2019 18:13:54 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1561313528.bfacfb2f4df9e3ef5e2b8c3814d7093f35e6e2a9.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/file-format/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/file-format/text.xml X-VCS-Directories: ebuild-writing/file-format/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: bfacfb2f4df9e3ef5e2b8c3814d7093f35e6e2a9 X-VCS-Branch: master Date: Sun, 23 Jun 2019 18:13:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80405f78-9736-4d27-bad1-855047438d85 X-Archives-Hash: dcec2d824cb2c2093a8f38cec2254e8e commit: bfacfb2f4df9e3ef5e2b8c3814d7093f35e6e2a9 Author: Andrey Utkin gentoo org> AuthorDate: Mon Jun 17 18:39:24 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jun 23 18:12:08 2019 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bfacfb2f ebuild-writing/file-format: add IEEE Std section name Call the section by name. This makes it possible to understand what is being referenced without following the link. This also makes sure if number of the section changes again, we won't miss the discrepancy. Closes: https://github.com/gentoo/devmanual.gentoo.org/pull/98 Signed-off-by: Andrey Utkin gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/file-format/text.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml index acc5d9a..f9e4bd9 100644 --- a/ebuild-writing/file-format/text.xml +++ b/ebuild-writing/file-format/text.xml @@ -27,9 +27,9 @@ discouraged, but technically valid. This is the same as -IEEE Std 1003.1-2013, section 3.282, with the exception of the period -character and with the addition of the plus character to keep GTK+ and friends -happy. +IEEE Std 1003.1-2013, section 3.282 (Portable Filename Character Set), +with the exception of the period character and with the addition of the plus +character to keep GTK+ and friends happy.