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 5D8BD13825A for ; Sun, 15 May 2016 01:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B1D021C04D; Sun, 15 May 2016 01:24:14 +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 1818E21C04D for ; Sun, 15 May 2016 01:24:13 +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 929F9340AC7 for ; Sun, 15 May 2016 01:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF969334 for ; Sun, 15 May 2016 01:24:08 +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: <1463275240.e1d909e88aeef35154132d95415d439f09e79adb.gokturk@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/common-problems/ X-VCS-Repository: proj/devmanual X-VCS-Files: appendices/common-problems/text.xml X-VCS-Directories: appendices/common-problems/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: e1d909e88aeef35154132d95415d439f09e79adb X-VCS-Branch: master Date: Sun, 15 May 2016 01:24:08 +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: 3c462e43-3b16-4246-8f6e-8b9149e3deaa X-Archives-Hash: 6f9e5a38a472fc556eff53900b7bce1c commit: e1d909e88aeef35154132d95415d439f09e79adb Author: Thomas D whissi de> AuthorDate: Wed May 11 01:08:40 2016 +0000 Commit: Göktürk Yüksek binghamton edu> CommitDate: Sun May 15 01:20:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e1d909e8 appendices/common-problems: Fix anchor link to "Version and Name Formatting Issues" appendices/common-problems/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/common-problems/text.xml b/appendices/common-problems/text.xml index 2a9a2e7..bced1db 100644 --- a/appendices/common-problems/text.xml +++ b/appendices/common-problems/text.xml @@ -58,7 +58,7 @@ in use, there are various alternatives: Usually when any of the above are used in global scope, it is to manipulate a version or program name string. These should be avoided in favour of pure bash constructs. The versionator eclass is often of use here. - See , + See , man versionator.eclass and .