From unknown Fri Aug 15 03:38:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#40578 <40578@debbugs.gnu.org> To: bug#40578 <40578@debbugs.gnu.org> Subject: Status: [PATCH] doc: Fix typo. Reply-To: bug#40578 <40578@debbugs.gnu.org> Date: Fri, 15 Aug 2025 10:38:01 +0000 retitle 40578 [PATCH] doc: Fix typo. reassign 40578 guix-patches submitter 40578 Brice Waegeneire severity 40578 normal tag 40578 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 12 13:58:46 2020 Received: (at submit) by debbugs.gnu.org; 12 Apr 2020 17:58:46 +0000 Received: from localhost ([127.0.0.1]:58817 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNgsY-00076d-0y for submit@debbugs.gnu.org; Sun, 12 Apr 2020 13:58:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:42174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jNgsV-00076U-8t for submit@debbugs.gnu.org; Sun, 12 Apr 2020 13:58:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51736) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNgsU-0001ap-6w for guix-patches@gnu.org; Sun, 12 Apr 2020 13:58:43 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNgsT-0004Sr-69 for guix-patches@gnu.org; Sun, 12 Apr 2020 13:58:42 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:38203) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jNgsT-0004Qh-0U for guix-patches@gnu.org; Sun, 12 Apr 2020 13:58:41 -0400 X-Originating-IP: 78.237.113.178 Received: from localhost (luy13-1-78-237-113-178.fbx.proxad.net [78.237.113.178]) (Authenticated sender: brice@waegenei.re) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id E0F24E0002 for ; Sun, 12 Apr 2020 17:58:37 +0000 (UTC) From: Brice Waegeneire To: guix-patches@gnu.org Subject: [PATCH] doc: Fix typo. Date: Sun, 12 Apr 2020 19:58:28 +0200 Message-Id: <20200412175828.8804-1-brice@waegenei.re> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.196 X-Spam-Score: -0.0 (/) 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: -1.0 (-) * doc/guix.texi (Web Services)[nginx-php-fpm-location]: Replace 'nginx-php-fpm-location' by 'nginx-php-location'. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 797813c372..05aecde210 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20939,7 +20939,7 @@ The time in seconds after which a process with no requests is killed. @end deftp -@deffn {Scheme Procedure} nginx-php-fpm-location @ +@deffn {Scheme Procedure} nginx-php-location @ [#:nginx-package nginx] @ [socket (string-append "/var/run/php" @ (version-major (package-version php)) @ -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 14 14:22:32 2020 Received: (at 40578-done) by debbugs.gnu.org; 14 Apr 2020 18:22:32 +0000 Received: from localhost ([127.0.0.1]:34775 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOQCe-000867-G8 for submit@debbugs.gnu.org; Tue, 14 Apr 2020 14:22:32 -0400 Received: from mira.cbaines.net ([212.71.252.8]:53416) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOQCd-00085z-2m for 40578-done@debbugs.gnu.org; Tue, 14 Apr 2020 14:22:31 -0400 Received: from localhost (unknown [46.237.163.111]) by mira.cbaines.net (Postfix) with ESMTPSA id 3D26E27BBE1; Tue, 14 Apr 2020 19:22:30 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id c1b27946; Tue, 14 Apr 2020 18:22:28 +0000 (UTC) References: <20200412175828.8804-1-brice@waegenei.re> User-agent: mu4e 1.2.0; emacs 26.3 From: Christopher Baines To: Brice Waegeneire Subject: Re: [bug#40578] [PATCH] doc: Fix typo. In-reply-to: <20200412175828.8804-1-brice@waegenei.re> Date: Tue, 14 Apr 2020 19:22:27 +0100 Message-ID: <87d08a6i70.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40578-done Cc: 40578-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: -1.0 (-) --=-=-= Content-Type: text/plain Brice Waegeneire writes: > * doc/guix.texi (Web Services)[nginx-php-fpm-location]: Replace > 'nginx-php-fpm-location' by 'nginx-php-location'. > --- > doc/guix.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guix.texi b/doc/guix.texi > index 797813c372..05aecde210 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -20939,7 +20939,7 @@ The time in seconds after which a process with no requests is killed. > @end deftp > > > -@deffn {Scheme Procedure} nginx-php-fpm-location @ > +@deffn {Scheme Procedure} nginx-php-location @ > [#:nginx-package nginx] @ > [socket (string-append "/var/run/php" @ > (version-major (package-version php)) @ Looks good to me :) I've pushed this to master as 1373cb40809c6c87c56e771fb51600bd18187016. Thanks very much Brice! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl6V/2NfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XcY7A//X/3mP78wKMOW2Q5hHferGfme5I8C4+T0nQRBVNDNcY4g8QfNtck5dTdj ZZsVx7sbNz+A+Es07BTTbplXvRsOhpblDTRl40U+gLFq7sN7Hi/GjLfDQPdy54OO hiK+Uc6bxYMPwfgFNN9+rjnnDfgYtfCTrHfekQyRvM7bTlCqPRvcS8v+kPSEs7TY xuPuNAk6aPJCJKAkbOLCDOTihchgHpDOWP/zGKMLUh1JMcGUkOgtd3AElXI5XEdv lWryKnn5Rq+Hq5HzmeqRnStr0oEFn4cCSgvYR6lbqwoyfwpb6xtjw5Ptc65rF7dL FzjPU4DM0PrYhivr8myE186awN2EwBQF760KYMx+8VO8H9aWv9DRGcJxqkbb8r8m f1EV6M2or/DzD/tjUX58n/QkdECmh9TJ7WDiWPrPXitWOrOlzoHgKh6gpGTXb0/p htwzQhLPZ6vdmGQq/0f3jW7QdpytPHaqeIfrzshVSfBRmDDzRIZFAQo2QCnWsXCA ynY8eYQvtqy3jUxapUhP8fQSgM+0mugGRpqUhq+P9KvMHshrl+huiojCwmcVAfzf iSY7XtLTkzSWqTjj3Ekvo7cBvmPoXgRNxFWOv0vOaPnR01P7G6uwDhVcQ3p4qGwv XQLob74DkVIavAAOBoHJqJnDWJJBBg1hI8CgkwI+0k6fpBFozVg= =T08U -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 03:38:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 13 May 2020 11:24:06 +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