diff mbox series

[bug#40592,v2] doc: Add dicod-service-type in Dictionary Services.

Message ID 20200416160638.22467-1-vkor@vkten.in
State Accepted
Headers show
Series [bug#40592,v2] doc: Add dicod-service-type in Dictionary Services. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job

Commit Message

R Veera Kumar April 16, 2020, 4:06 p.m. UTC
* doc/guix.texi (Miscellaneous Services): Add dicod-service-type
in Dictionary Services.
---
Changes in v2:
 - Add copyright line
 - Alter title and changelog.
---
 doc/guix.texi | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Ludovic Courtès April 16, 2020, 4:20 p.m. UTC | #1
Hi,

R Veera Kumar <vkor@vkten.in> 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’.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index ef5f68db24..7c29989965 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -77,6 +77,7 @@  Copyright @copyright{} 2020 Jakub Kądziołka@*
 Copyright @copyright{} 2020 Jack Hill@*
 Copyright @copyright{} 2020 Naga Malleswari@*
 Copyright @copyright{} 2020 Brice Waegeneire@*
+Copyright @copyright{} 2020 R Veera Kumar@*
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -25634,6 +25635,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}).