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 298EA138350 for ; Tue, 7 Apr 2020 09:34:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45583E0CD4; Tue, 7 Apr 2020 09:34:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1F220E0CD4 for ; Tue, 7 Apr 2020 09:34:46 +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 B25CD34F0A4 for ; Tue, 7 Apr 2020 09:34:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A22104 for ; Tue, 7 Apr 2020 09:34:42 +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: <1586252035.d597abebdc99a7bc771bed0dd011fe45ce382bcc.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/slotting/, tasks-reference/completion/, ebuild-writing/eapi/, ... X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-maintenance/removal/text.xml ebuild-writing/eapi/text.xml ebuild-writing/misc-files/metadata/text.xml general-concepts/slotting/text.xml tasks-reference/completion/text.xml tools-reference/sed/text.xml X-VCS-Directories: ebuild-maintenance/removal/ general-concepts/slotting/ tasks-reference/completion/ ebuild-writing/eapi/ ebuild-writing/misc-files/metadata/ tools-reference/sed/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d597abebdc99a7bc771bed0dd011fe45ce382bcc X-VCS-Branch: master Date: Tue, 7 Apr 2020 09:34:42 +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: f97c84fd-038f-475f-b0f0-1b9a952ad1a0 X-Archives-Hash: 06585aac0f5159e7510629b6bb8dea1c commit: d597abebdc99a7bc771bed0dd011fe45ce382bcc Author: Ulrich Müller gentoo org> AuthorDate: Tue Apr 7 09:33:55 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Apr 7 09:33:55 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=d597abeb Remove unnecessary quotation marks. According to the style guide. Signed-off-by: Ulrich Müller gentoo.org> ebuild-maintenance/removal/text.xml | 6 +++--- ebuild-writing/eapi/text.xml | 2 +- ebuild-writing/misc-files/metadata/text.xml | 2 +- general-concepts/slotting/text.xml | 4 ++-- tasks-reference/completion/text.xml | 2 +- tools-reference/sed/text.xml | 8 ++++---- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ebuild-maintenance/removal/text.xml b/ebuild-maintenance/removal/text.xml index 1d8da69..eabbdaf 100644 --- a/ebuild-maintenance/removal/text.xml +++ b/ebuild-maintenance/removal/text.xml @@ -20,9 +20,9 @@ get a newer version marked stable, then please file a bug or ask on IRC.

-You should also not cause an unnecessary downgrade for any "~arch" -when removing ebuilds instead, it is best to get the newest version -marked "~arch" first and then remove redundant versions of the ebuild. +You should also not cause an unnecessary downgrade for any ~arch when +removing ebuilds instead, it is best to get the newest version marked +~arch first and then remove redundant versions of the ebuild.

diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml index aa4fdec..f51a458 100644 --- a/ebuild-writing/eapi/text.xml +++ b/ebuild-writing/eapi/text.xml @@ -88,7 +88,7 @@ Manager Specification for details about them.
REQUIRED_USE supports new at-most-one-of operator
- The new at-most-one-of operator consists of the string '??', + The new at-most-one-of operator consists of the string ??, and is satisfied if zero or one (but no more) of its child elements is matched.
diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml index 7756665..c4aa7bc 100644 --- a/ebuild-writing/misc-files/metadata/text.xml +++ b/ebuild-writing/misc-files/metadata/text.xml @@ -296,7 +296,7 @@ There are also some attributes that can be used with these tags: simply contains the name of the USE flag. For the <slot> tag, it specifies the - slot name to which it applies. A slot name of "*" + slot name to which it applies. A slot name of * allows for a single <slot> tag to match all the slots of a package, in which case no other slot tags may be present. diff --git a/general-concepts/slotting/text.xml b/general-concepts/slotting/text.xml index 28e6696..d1adee1 100644 --- a/general-concepts/slotting/text.xml +++ b/general-concepts/slotting/text.xml @@ -102,8 +102,8 @@ interface changes.

Current versions of portage accept slot and sub-slot names that begin with an -alphanumeric character or '_', and contain alphanumerics and '_', -'-', '.', and '+' characters. +alphanumeric character or _, and contain alphanumerics and _, +-, ., and + characters.

diff --git a/tasks-reference/completion/text.xml b/tasks-reference/completion/text.xml index b6a6349..8d48003 100644 --- a/tasks-reference/completion/text.xml +++ b/tasks-reference/completion/text.xml @@ -260,7 +260,7 @@ complete -F _foo foo If the test returns true, show the available options, ${opts}. The -W option to compgen tells bash to complete on the word list (string or something that evaluates to a string). In the majority of cases, you'll - pass '-- ${cur}' to compgen telling it to only return those + pass -- ${cur} to compgen telling it to only return those completions that match ${cur}. diff --git a/tools-reference/sed/text.xml b/tools-reference/sed/text.xml index 5f60828..aac3524 100644 --- a/tools-reference/sed/text.xml +++ b/tools-reference/sed/text.xml @@ -108,8 +108,8 @@ The term pattern refers to the description of text being matched.

-The most common form of sed is to replace all instances of "some text" -with "different content". This is done as follows: +The most common form of sed is to replace all instances of +some text with different content. This is done as follows:

@@ -125,8 +125,8 @@ flag, only the first match on each line is replaced. -The above will replace "irksome texting" with -"irkdifferent contenting", which may not be desired. +The above will replace irksome texting with +irkdifferent contenting, which may not be desired.