From patchwork Wed Mar 8 01:22:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 47778 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8979D16E17; Wed, 8 Mar 2023 01:23:16 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id CDD7916DE5 for ; Wed, 8 Mar 2023 01:23:15 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pZiWG-0005pU-N0; Tue, 07 Mar 2023 20:23:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZiWE-0005on-I4 for guix-patches@gnu.org; Tue, 07 Mar 2023 20:23:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pZiWE-0003oy-9h for guix-patches@gnu.org; Tue, 07 Mar 2023 20:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pZiWE-0004jZ-4t for guix-patches@gnu.org; Tue, 07 Mar 2023 20:23:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#62042] [PATCH 2/4] doc: Fix incorrect @deffn usage for data types. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 08 Mar 2023 01:23:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62042 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62042@debbugs.gnu.org Cc: Bruno Victal Received: via spool by 62042-submit@debbugs.gnu.org id=B62042.167823853718116 (code B ref 62042); Wed, 08 Mar 2023 01:23:02 +0000 Received: (at 62042) by debbugs.gnu.org; 8 Mar 2023 01:22:17 +0000 Received: from localhost ([127.0.0.1]:47524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZiVU-0004i8-JV for submit@debbugs.gnu.org; Tue, 07 Mar 2023 20:22:16 -0500 Received: from smtpm1.myservices.hosting ([185.26.105.232]:49758) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZiVS-0004hl-Pl for 62042@debbugs.gnu.org; Tue, 07 Mar 2023 20:22:15 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm1.myservices.hosting (Postfix) with ESMTP id 0B9702077E for <62042@debbugs.gnu.org>; Wed, 8 Mar 2023 02:22:13 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id B2DA280098; Wed, 8 Mar 2023 02:22:13 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id XrkPo9mOHAoN; Wed, 8 Mar 2023 02:22:13 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 114FA80079; Wed, 8 Mar 2023 02:22:13 +0100 (CET) From: Bruno Victal Date: Wed, 8 Mar 2023 01:22:07 +0000 Message-Id: <63b45af470e9b2c64fc957133e95f08e10ab7be4.1678238486.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * doc/guix.texi (Web Services): Fix incorrect @deffn usage for data types. --- doc/guix.texi | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 4f9eeede8a..bf294046db 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -29583,7 +29583,7 @@ Web Services @code{httpd-config-file} and @code{httpd-virtualhost} record types are given below. -@deffn {Data Type} httpd-configuration +@deftp {Data Type} httpd-configuration This data type represents the configuration for the httpd service. @table @asis @@ -29600,9 +29600,9 @@ Web Services file outside of the store can also be specified through a string. @end table -@end deffn +@end deftp -@deffn {Data Type} httpd-module +@deftp {Data Type} httpd-module This data type represents a module for the httpd service. @table @asis @@ -29616,13 +29616,13 @@ Web Services "/modules/mod_wsgi.so")}. @end table -@end deffn +@end deftp @defvar %default-httpd-modules A default list of @code{httpd-module} objects. @end defvar -@deffn {Data Type} httpd-config-file +@deftp {Data Type} httpd-config-file This data type represents a configuration file for the httpd service. @table @asis @@ -29701,9 +29701,9 @@ Web Services list. @end table -@end deffn +@end deftp -@deffn {Data Type} httpd-virtualhost +@deftp {Data Type} httpd-virtualhost This data type represents a virtualhost configuration block for the httpd service. These should be added to the extra-config for the httpd-service. @@ -29727,7 +29727,7 @@ Web Services of strings and G-expressions. @end table -@end deffn +@end deftp @anchor{NGINX} @subsubheading NGINX @@ -29768,7 +29768,7 @@ Web Services @file{/var/log/nginx/error.log}. The second location can be changed with the @var{log-directory} configuration option. -@deffn {Data Type} nginx-configuration +@deftp {Data Type} nginx-configuration This data type represents the configuration for NGinx. Some configuration can be done through this and the other provided record types, or alternatively, a config file can be provided. @@ -29908,7 +29908,7 @@ Web Services valued G-expression. @end table -@end deffn +@end deftp @anchor{nginx-server-configuration} @deftp {Data Type} nginx-server-configuration