diff mbox series

[bug#40578] doc: Fix typo.

Message ID 20200412175828.8804-1-brice@waegenei.re
State Accepted
Headers show
Series [bug#40578] doc: Fix typo. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

Brice Waegeneire April 12, 2020, 5:58 p.m. UTC
* 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(-)

Comments

Christopher Baines April 14, 2020, 6:22 p.m. UTC | #1
Brice Waegeneire <brice@waegenei.re> 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!
diff mbox series

Patch

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)) @