diff options
author | R Veera Kumar <vkor@vkten.in> | 2020-04-16 21:36:38 +0530 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-16 18:33:21 +0200 |
commit | cc36b7c8556c651a5b154f83523ede6babc8be73 (patch) | |
tree | f44500b75717e1e84019c05aa7e7cbb9ea7213e9 /doc | |
parent | 82d8959e5d137b2061a68878d78a8f74a238ac44 (diff) | |
download | patches-cc36b7c8556c651a5b154f83523ede6babc8be73.tar patches-cc36b7c8556c651a5b154f83523ede6babc8be73.tar.gz |
doc: Add dicod-service-type in Dictionary Services.
* doc/guix.texi (Miscellaneous Services): Add dicod-service-type
in Dictionary Services.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 13c39427b8..5c4f90cfcb 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 @@ -25633,6 +25634,11 @@ 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}). |