From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
by finch.gentoo.org (Postfix) with ESMTP id 76F19138CA2
for ; Wed, 15 Apr 2015 06:43:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id D22E5E0830;
Wed, 15 Apr 2015 06:43:02 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by pigeon.gentoo.org (Postfix) with ESMTPS id 8114EE0830
for ; Wed, 15 Apr 2015 06:43:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTPS id 5808E340BDD
for ; Wed, 15 Apr 2015 06:43:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id B66E115F40
for ; Wed, 15 Apr 2015 06:42:57 +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: <1429080099.6ac73286eed9f764cd4bf24ce755389781c2403b.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: 6ac73286eed9f764cd4bf24ce755389781c2403b
X-VCS-Branch: master
Date: Wed, 15 Apr 2015 06:42:57 +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-Archives-Salt: 3832ba45-c961-4179-8567-9b6f1ce63f52
X-Archives-Hash: ac5888634b0b7cade52bc8a2df0c244f
commit: 6ac73286eed9f764cd4bf24ce755389781c2403b
Author: Ulrich Müller gentoo org>
AuthorDate: Wed Apr 15 06:41:39 2015 +0000
Commit: Ulrich Müller gentoo org>
CommitDate: Wed Apr 15 06:41:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6ac73286
Update link to IEEE Std 1003.1.
Thanks to Brian Haslett for pointing this out.
ebuild-writing/file-format/text.xml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
index de2380a..6fed594 100644
--- a/ebuild-writing/file-format/text.xml
+++ b/ebuild-writing/file-format/text.xml
@@ -25,9 +25,11 @@ discouraged, but technically valid.
-This is the same as
-IEEE1003.1-2004-3.276, with the exception of the period character and with the
-addition of the plus character to keep GTK+ and friends happy.
+This is the same as
+
+IEEE Std 1003.1-2013, section 3.278, with the exception of the period
+character and with the addition of the plus character to keep GTK+ and friends
+happy.