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 DF54B138306
	for ; Wed, 13 Jul 2016 03:18:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A26DBE0BBD;
	Wed, 13 Jul 2016 03:18:31 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E29F3E0BBD
	for ; Wed, 13 Jul 2016 03:18:30 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7FE4C340E39
	for ; Wed, 13 Jul 2016 03:18:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9940A2436
	for ; Wed, 13 Jul 2016 03:18:26 +0000 (UTC)
From: "Göktürk Yüksek" 
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" 
Message-ID: <1468379817.4150a2e7bb74bac2ca3d34c2b6dc741c70d9c6f0.gokturk@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/
X-VCS-Repository: proj/devmanual
X-VCS-Files: ebuild-writing/variables/text.xml
X-VCS-Directories: ebuild-writing/variables/
X-VCS-Committer: gokturk
X-VCS-Committer-Name: Göktürk Yüksek
X-VCS-Revision: 4150a2e7bb74bac2ca3d34c2b6dc741c70d9c6f0
X-VCS-Branch: master
Date: Wed, 13 Jul 2016 03:18:26 +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: f8d5e263-c62f-4a8e-b4cf-2f4039f6739c
X-Archives-Hash: f7c466d5956c2e022df2ef672caf7cf6
commit:     4150a2e7bb74bac2ca3d34c2b6dc741c70d9c6f0
Author:     Göktürk Yüksek  gentoo  org>
AuthorDate: Wed Jul 13 03:16:57 2016 +0000
Commit:     Göktürk Yüksek  gentoo  org>
CommitDate: Wed Jul 13 03:16:57 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=4150a2e7
ebuild-writing/variables: s/prefix/suffix/ in the ROOT section
Reported-By: Mike Gilbert  gentoo.org>
 ebuild-writing/variables/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
index 7368525..a82220e 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -441,7 +441,7 @@ pkg_postinst() {
 
 
 The ROOT variable always ends in a trailing slash. Therefore,
-there is no need to prefix it with / when joining paths.
+there is no need to suffix it with / when joining paths.