From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58062) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNsFL-0002Kd-Ja for guix-patches@gnu.org; Mon, 13 Apr 2020 02:07:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNsFK-0002Je-OI for guix-patches@gnu.org; Mon, 13 Apr 2020 02:07:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47592) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jNsFK-0002JY-Ly for guix-patches@gnu.org; Mon, 13 Apr 2020 02:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jNsFK-0008DU-H6 for guix-patches@gnu.org; Mon, 13 Apr 2020 02:07:02 -0400 Subject: [bug#40592] [PATCH] doc: Add dicod-service-type. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:57936) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNsEJ-0001PR-2m for guix-patches@gnu.org; Mon, 13 Apr 2020 02:06:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jNsEI-0001lj-4N for guix-patches@gnu.org; Mon, 13 Apr 2020 02:05:58 -0400 Received: from vkten.in ([104.244.73.96]:40350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jNsEH-0001kh-RA for guix-patches@gnu.org; Mon, 13 Apr 2020 02:05:58 -0400 From: R Veera Kumar Date: Mon, 13 Apr 2020 11:35:17 +0530 Message-Id: <20200413060517.1379-1-vkor@vkten.in> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40592@debbugs.gnu.org Cc: R Veera Kumar * doc/guix.texi (Miscellaneous Services): Add dicod-service-type to dictionary services. --- doc/guix.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 891e2693f6..c5a29456b2 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -25634,6 +25634,13 @@ If true, this must be the name of a file to log messages to. @cindex dictionary The @code{(gnu services dict)} module provides the following service: +@defvr {Scheme Variable} dicod-service-type + +This is the type of the service that runs the @command{dicod} daemon, an +implementation of DICT server (@pxref{Dicod,,, dico, GNU Dico Manual}). + +@end defvr + @deffn {Scheme Procedure} dicod-service [#:config (dicod-configuration)] Return a service that runs the @command{dicod} daemon, an implementation of DICT server (@pxref{Dicod,,, dico, GNU Dico Manual}). -- 2.26.0