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 71D1F138334 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 525DCE0894; 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 2A61CE0894 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 D70B5346866 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 5B0BE621 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: <1561313498.3509c4277762e8beff3d0452316cf85f21f7f5eb.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: 3509c4277762e8beff3d0452316cf85f21f7f5eb 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: c86cf55e-cf3b-4784-8b0d-225e34d6d49b X-Archives-Hash: dba214e13226b8d7b1ffa49ab12a13c4 commit: 3509c4277762e8beff3d0452316cf85f21f7f5eb Author: Andrey Utkin gentoo org> AuthorDate: Mon Jun 17 17:27:54 2019 +0000 Commit: Ulrich Müller gentoo 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 gentoo.org> Signed-off-by: Ulrich Müller 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. This is the same as - -IEEE Std 1003.1-2013, section 3.278, with the exception of the period + +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.