From patchwork Wed Mar 8 01:22:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 47780 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 0B45016E17; Wed, 8 Mar 2023 01:23:36 +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,URIBL_BLOCKED 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 671D016E09 for ; Wed, 8 Mar 2023 01:23:35 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pZiWG-0005pH-0M; 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-0005mv-2h 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 1pZiWD-0003or-QK for guix-patches@gnu.org; Tue, 07 Mar 2023 20:23:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pZiWD-0004jE-Lz for guix-patches@gnu.org; Tue, 07 Mar 2023 20:23:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#62042] [PATCH 1/4] doc: Fix incorrect @deffn usage for service-types. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 08 Mar 2023 01:23:01 +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.167823853518103 (code B ref 62042); Wed, 08 Mar 2023 01:23:01 +0000 Received: (at 62042) by debbugs.gnu.org; 8 Mar 2023 01:22:15 +0000 Received: from localhost ([127.0.0.1]:47521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZiVT-0004hp-4c for submit@debbugs.gnu.org; Tue, 07 Mar 2023 20:22:15 -0500 Received: from smtpmciv5.myservices.hosting ([185.26.107.241]:57938) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZiVQ-0004hc-D0 for 62042@debbugs.gnu.org; Tue, 07 Mar 2023 20:22:13 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv5.myservices.hosting (Postfix) with ESMTP id 8EBB220DB0 for <62042@debbugs.gnu.org>; Wed, 8 Mar 2023 02:22:11 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 4709B80097; Wed, 8 Mar 2023 02:22:11 +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 AwGJCQIUvThf; Wed, 8 Mar 2023 02:22:10 +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 A06F980079; Wed, 8 Mar 2023 02:22:10 +0100 (CET) From: Bruno Victal Date: Wed, 8 Mar 2023 01:22:06 +0000 Message-Id: <5915e69013728ad595e24a533598dc8212be8567.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 (Networking Services): Fix incorrect @deffn usage for service-types. --- doc/guix.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) base-commit: c0650cf5b749adb3b9bb9c6061ef4f1f9bdc370e diff --git a/doc/guix.texi b/doc/guix.texi index 6671ba9305..4f9eeede8a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20034,7 +20034,7 @@ Networking Services @command{inetd} ``superdaemon'', and more. This section describes those. -@deffn {Scheme Procedure} dhcpd-service-type +@defvar dhcpd-service-type This type defines a service that runs a DHCP daemon. To create a service of this type, you must supply a @code{}. For example: @@ -20045,7 +20045,7 @@ Networking Services (config-file (local-file "my-dhcpd.conf")) (interfaces '("enp0s25")))) @end lisp -@end deffn +@end defvar @deftp {Data Type} dhcpd-configuration @table @asis @@ -20281,7 +20281,7 @@ Networking Services @end deftp @cindex OpenNTPD -@deffn {Scheme Procedure} openntpd-service-type +@defvar openntpd-service-type Run the @command{ntpd}, the Network Time Protocol (NTP) daemon, as implemented by @uref{http://www.openntpd.org, OpenNTPD}. The daemon will keep the system clock synchronized with that of the given servers. @@ -20296,7 +20296,7 @@ Networking Services (constraints-from '("https://www.google.com/")))) @end lisp -@end deffn +@end defvar @defvar %openntpd-servers This variable is a list of the server addresses defined in