From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 26 03:58:48 2021 Received: (at submit) by debbugs.gnu.org; 26 Mar 2021 07:58:48 +0000 Received: from localhost ([127.0.0.1]:40279 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lPhMl-0001sd-RO for submit@debbugs.gnu.org; Fri, 26 Mar 2021 03:58:48 -0400 Received: from lists.gnu.org ([209.51.188.17]:59920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lPhMk-0001sW-0f for submit@debbugs.gnu.org; Fri, 26 Mar 2021 03:58:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55722) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPhMi-0001cp-75 for guix-patches@gnu.org; Fri, 26 Mar 2021 03:58:45 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:34048 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPhMf-0008Sf-HO for guix-patches@gnu.org; Fri, 26 Mar 2021 03:58:43 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1616745516; bh=RCHRagl8qKsAEnddmYtVyJxDLBgl/2YTMsUXhGfRj7o=; h=From:To:Subject:Date; b=hzxtSKv0eQSmaFKyFMfetkQ0L7+dcZmm1QwS9+LPxhkWrxuo2BiRQH0sO4Zqs1uF3 ajwnHmaw+PYV6U1QBY7H+B3ItNc0x8UoLkXFGO21wAF0cASxTQs8+8mLeen507Nutr GVVycEkdBzhhlH4vscBltvDALLM5J9jUKn3f6MKE= To: guix-patches@gnu.org Subject: [PATCH] doc: Fix typo. Message-Id: Date: Fri, 26 Mar 2021 08:58:35 +0100 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=0.001, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * doc/guix.texi (Inferiors): Use past tense. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index c23d044ff5..e9001e8ccd 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4692, 7 +4692, 7 @@ Inferior packages can be used transparently like any other [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * doc/guix.texi (Inferiors): Use past tense. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index c23d044ff5..e9001e8ccd 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4692,7 +4692,7 @@ Inferior packages can be used transparently like any other package or file-like object in G-expressions (@pxref{G-Expressions}). They are also transparently handled by the @code{packages->manifest} procedure, which is -commonly use in manifests (@pxref{Invoking guix package, the +commonly used in manifests (@pxref{Invoking guix package, the @option{--manifest} option of @command{guix package}}). Thus you can insert an inferior package pretty much anywhere you would insert a regular package: in manifests, in the @code{packages} field of your @code{operating-system} base-commit: f21075f039be2afb86f0735f151b94050a3d41bd -- 2.31.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 01 08:20:13 2021 Received: (at 47406-done) by debbugs.gnu.org; 1 Apr 2021 12:20:13 +0000 Received: from localhost ([127.0.0.1]:56527 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRwJ3-0008Ld-Bq for submit@debbugs.gnu.org; Thu, 01 Apr 2021 08:20:13 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lRwJ0-0008LE-Lr for 47406-done@debbugs.gnu.org; Thu, 01 Apr 2021 08:20:11 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53236) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lRwIt-0007af-Ha; Thu, 01 Apr 2021 08:20:04 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=60642 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lRwIr-0002bV-0S; Thu, 01 Apr 2021 08:20:02 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Xinglu Chen Subject: Re: bug#47406: [PATCH] doc: Fix typo. References: Date: Thu, 01 Apr 2021 14:19:59 +0200 In-Reply-To: (Xinglu Chen's message of "Fri, 26 Mar 2021 08:58:35 +0100") Message-ID: <87mtui9oy8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Xinglu Chen skribis: > * doc/guix.texi (Inferiors): Use past tense. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.92 listed in list.dnswl.org] X-Debbugs-Envelope-To: 47406-done Cc: 47406-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Hi, Xinglu Chen skribis: > * doc/guix.texi (Inferiors): Use past tense. Applied, thanks! Ludo=E2=80=99. From unknown Sat Jun 14 19:02:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 30 Apr 2021 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator