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 DBC1F138350 for ; Fri, 10 Jan 2020 10:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18359E0828; Fri, 10 Jan 2020 10:27:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ECDE6E0828 for ; Fri, 10 Jan 2020 10:27:34 +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 DFC2A34DF45 for ; Fri, 10 Jan 2020 10:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5519D2F for ; Fri, 10 Jan 2020 10:27:31 +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: <1578652007.3da2789825c4bfcb2a57abf403e3672790da0eb2.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/further-reading/ X-VCS-Repository: proj/devmanual X-VCS-Files: appendices/further-reading/text.xml X-VCS-Directories: appendices/further-reading/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3da2789825c4bfcb2a57abf403e3672790da0eb2 X-VCS-Branch: master Date: Fri, 10 Jan 2020 10:27:31 +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: c5a5268f-5bfa-4a4b-824a-4e09697761e2 X-Archives-Hash: b56b56b28580d3c894b7b803644ecc2e commit: 3da2789825c4bfcb2a57abf403e3672790da0eb2 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jan 10 10:26:47 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Jan 10 10:26:47 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=3da27898 appendices/further-reading: Update references. Signed-off-by: Ulrich Müller gentoo.org> appendices/further-reading/text.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/appendices/further-reading/text.xml b/appendices/further-reading/text.xml index 0a658f6..15edb22 100644 --- a/appendices/further-reading/text.xml +++ b/appendices/further-reading/text.xml @@ -19,10 +19,12 @@ recommendations, not padding designed to make this document look important. Mastering Regular Expressions
- "Mastering Regular Expressions" by Jeffrey E. F. Friedl (O'Reilly, - ISBN 0-596-00289-0) is the book on regular expressions. Very readable and - devoid of the usual mathematical jargon that tends to fill up these kinds of - books. Publisher's page + "Mastering Regular Expressions" by Jeffrey E. F. Friedl (3rd edition, + O'Reilly, 2006, ISBN 0-596-52812-4) is the book on regular + expressions. Very readable and devoid of the usual mathematical jargon + that tends to fill up these kinds of books. + + Publisher's page
@@ -38,10 +40,10 @@ recommendations, not padding designed to make this document look important. Making Packager-Friendly Software
- Making - Packager-Friendly Software by Julio M. Merino Vidal describes various things - that can be done by upstream software providers to make life easy for the - distribution people (that means you). + + Making Packager-Friendly Software by Julio M. Merino Vidal describes + various things that can be done by upstream software providers to make life + easy for the distribution people (that means you).
How to Report Bugs Effectively