diff mbox series

[bug#40592] doc: Add dicod-service-type.

Message ID 20200413060517.1379-1-vkor@vkten.in
State Accepted
Headers show
Series [bug#40592] doc: Add dicod-service-type. | 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 13, 2020, 6:05 a.m. UTC
* doc/guix.texi (Miscellaneous Services): Add dicod-service-type to dictionary services.
---
 doc/guix.texi | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

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}).