From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56648) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP7GB-0003sf-Dd for guix-patches@gnu.org; Thu, 16 Apr 2020 12:21:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP7GA-0006V2-Hb for guix-patches@gnu.org; Thu, 16 Apr 2020 12:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55878) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP7GA-0006Ue-ED for guix-patches@gnu.org; Thu, 16 Apr 2020 12:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jP7GA-0004EB-9l for guix-patches@gnu.org; Thu, 16 Apr 2020 12:21:02 -0400 Subject: bug#40592: [PATCH v2] doc: Add dicod-service-type in Dictionary Services. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200413060517.1379-1-vkor@vkten.in> <20200416160638.22467-1-vkor@vkten.in> Date: Thu, 16 Apr 2020 18:20:28 +0200 In-Reply-To: <20200416160638.22467-1-vkor@vkten.in> (R. Veera Kumar's message of "Thu, 16 Apr 2020 21:36:38 +0530") Message-ID: <87ftd3h06r.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: R Veera Kumar Cc: 40592-done@debbugs.gnu.org Hi, R Veera Kumar skribis: > * doc/guix.texi (Miscellaneous Services): Add dicod-service-type > in Dictionary Services. [...] > +@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 Applied without the extra newlines above. Thank you! Ludo=E2=80=99.