diff options
| author | Bruno Victal <mirai@makinata.eu> | 2023-03-08 01:22:07 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-13 15:08:35 +0100 |
| commit | dbfaca42a0377c65b96e11ef292275cb0113108f (patch) | |
| tree | 3dd5710d32504bc289bf815e86a87eade2e1b253 /doc | |
| parent | eec5b16d7068610554195f7fcfdfa7d974869a9a (diff) | |
doc: Fix incorrect @deffn usage for data types.
* doc/guix.texi (Web Services): Fix incorrect @deffn usage for data types.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index b8da614680b..a2beaa832c1 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -29610,7 +29610,7 @@ The details for the @code{httpd-configuration}, @code{httpd-module}, | |||
| 29610 | @code{httpd-config-file} and @code{httpd-virtualhost} record types are | 29610 | @code{httpd-config-file} and @code{httpd-virtualhost} record types are |
| 29611 | given below. | 29611 | given below. |
| 29612 | 29612 | ||
| 29613 | @deffn {Data Type} httpd-configuration | 29613 | @deftp {Data Type} httpd-configuration |
| 29614 | This data type represents the configuration for the httpd service. | 29614 | This data type represents the configuration for the httpd service. |
| 29615 | 29615 | ||
| 29616 | @table @asis | 29616 | @table @asis |
| @@ -29627,9 +29627,9 @@ G-expression that generates a file, for example a @code{plain-file}. A | |||
| 29627 | file outside of the store can also be specified through a string. | 29627 | file outside of the store can also be specified through a string. |
| 29628 | 29628 | ||
| 29629 | @end table | 29629 | @end table |
| 29630 | @end deffn | 29630 | @end deftp |
| 29631 | 29631 | ||
| 29632 | @deffn {Data Type} httpd-module | 29632 | @deftp {Data Type} httpd-module |
| 29633 | This data type represents a module for the httpd service. | 29633 | This data type represents a module for the httpd service. |
| 29634 | 29634 | ||
| 29635 | @table @asis | 29635 | @table @asis |
| @@ -29643,13 +29643,13 @@ within the store, for example @code{(file-append mod-wsgi | |||
| 29643 | "/modules/mod_wsgi.so")}. | 29643 | "/modules/mod_wsgi.so")}. |
| 29644 | 29644 | ||
| 29645 | @end table | 29645 | @end table |
| 29646 | @end deffn | 29646 | @end deftp |
| 29647 | 29647 | ||
| 29648 | @defvar %default-httpd-modules | 29648 | @defvar %default-httpd-modules |
| 29649 | A default list of @code{httpd-module} objects. | 29649 | A default list of @code{httpd-module} objects. |
| 29650 | @end defvar | 29650 | @end defvar |
| 29651 | 29651 | ||
| 29652 | @deffn {Data Type} httpd-config-file | 29652 | @deftp {Data Type} httpd-config-file |
| 29653 | This data type represents a configuration file for the httpd service. | 29653 | This data type represents a configuration file for the httpd service. |
| 29654 | 29654 | ||
| 29655 | @table @asis | 29655 | @table @asis |
| @@ -29728,9 +29728,9 @@ Any values which the service is extended with will be appended to this | |||
| 29728 | list. | 29728 | list. |
| 29729 | 29729 | ||
| 29730 | @end table | 29730 | @end table |
| 29731 | @end deffn | 29731 | @end deftp |
| 29732 | 29732 | ||
| 29733 | @deffn {Data Type} httpd-virtualhost | 29733 | @deftp {Data Type} httpd-virtualhost |
| 29734 | This data type represents a virtualhost configuration block for the httpd service. | 29734 | This data type represents a virtualhost configuration block for the httpd service. |
| 29735 | 29735 | ||
| 29736 | These should be added to the extra-config for the httpd-service. | 29736 | These should be added to the extra-config for the httpd-service. |
| @@ -29754,7 +29754,7 @@ The contents of the @code{VirtualHost} directive, this should be a list | |||
| 29754 | of strings and G-expressions. | 29754 | of strings and G-expressions. |
| 29755 | 29755 | ||
| 29756 | @end table | 29756 | @end table |
| 29757 | @end deffn | 29757 | @end deftp |
| 29758 | 29758 | ||
| 29759 | @anchor{NGINX} | 29759 | @anchor{NGINX} |
| 29760 | @subsubheading NGINX | 29760 | @subsubheading NGINX |
| @@ -29795,7 +29795,7 @@ configuration. In our case, startup error messages can be found in | |||
| 29795 | @file{/var/log/nginx/error.log}. The second location can be changed | 29795 | @file{/var/log/nginx/error.log}. The second location can be changed |
| 29796 | with the @var{log-directory} configuration option. | 29796 | with the @var{log-directory} configuration option. |
| 29797 | 29797 | ||
| 29798 | @deffn {Data Type} nginx-configuration | 29798 | @deftp {Data Type} nginx-configuration |
| 29799 | This data type represents the configuration for NGinx. Some | 29799 | This data type represents the configuration for NGinx. Some |
| 29800 | configuration can be done through this and the other provided record | 29800 | configuration can be done through this and the other provided record |
| 29801 | types, or alternatively, a config file can be provided. | 29801 | types, or alternatively, a config file can be provided. |
| @@ -29935,7 +29935,7 @@ Extra content for the @code{http} block. Should be string or a string | |||
| 29935 | valued G-expression. | 29935 | valued G-expression. |
| 29936 | 29936 | ||
| 29937 | @end table | 29937 | @end table |
| 29938 | @end deffn | 29938 | @end deftp |
| 29939 | 29939 | ||
| 29940 | @anchor{nginx-server-configuration} | 29940 | @anchor{nginx-server-configuration} |
| 29941 | @deftp {Data Type} nginx-server-configuration | 29941 | @deftp {Data Type} nginx-server-configuration |
