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 ADA3C1384A7 for ; Thu, 30 Jul 2015 08:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E377C14013; Thu, 30 Jul 2015 08:10:56 +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 9278714013 for ; Thu, 30 Jul 2015 08:10:56 +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 73AA43403C1 for ; Thu, 30 Jul 2015 08:10:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 580F0111 for ; Thu, 30 Jul 2015 08:10:50 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1438243796.0cd8097a6e28908f22d76c714f2baeb2da5139d9.vapier@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: doc/ X-VCS-Repository: proj/portage X-VCS-Files: doc/qa.docbook X-VCS-Directories: doc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 0cd8097a6e28908f22d76c714f2baeb2da5139d9 X-VCS-Branch: master Date: Thu, 30 Jul 2015 08:10:50 +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: 5da8e321-763d-4817-a56f-cf98811b81b6 X-Archives-Hash: 4d6204a1d9adaea67146d0d6f46ec4ca commit: 0cd8097a6e28908f22d76c714f2baeb2da5139d9 Author: Mike Frysinger gentoo org> AuthorDate: Thu Jul 30 08:09:56 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Jul 30 08:09:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0cd8097a doc: add another strict aliasing link doc/qa.docbook | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/qa.docbook b/doc/qa.docbook index d0986e2..6e25714 100644 --- a/doc/qa.docbook +++ b/doc/qa.docbook @@ -224,7 +224,8 @@ For information, please review these links: NetBSD Explanation, Gentoo Dev Thread, - GCC Docs + GCC Docs, + Practical examples. To fix this issue, use the methods proposed in the links mentioned earlier.