[PATCH] doc: Add dicod-service-type.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • R Veera Kumar
Owner
unassigned
Submitted by
R Veera Kumar
Severity
normal

Debbugs page

R Veera Kumar wrote 5 years ago
(address . guix-patches@gnu.org)(name . R Veera Kumar)(address . vkor@vkten.in)
20200413060517.1379-1-vkor@vkten.in
* doc/guix.texi (Miscellaneous Services): Add dicod-service-type to dictionary services.
---
doc/guix.texi | 7 +++++++
1 file changed, 7 insertions(+)

Toggle diff (20 lines)
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
R Veera Kumar wrote 5 years ago
[PATCH v2] doc: Add dicod-service-type in Dictionary Services.
(address . 40592@debbugs.gnu.org)(name . R Veera Kumar)(address . vkor@vkten.in)
20200416160638.22467-1-vkor@vkten.in
* 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(+)

Toggle diff (28 lines)
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}).
--
2.26.0
Ludovic Courtès wrote 5 years ago
(name . R Veera Kumar)(address . vkor@vkten.in)(address . 40592-done@debbugs.gnu.org)
87ftd3h06r.fsf@gnu.org
Hi,

R Veera Kumar <vkor@vkten.in> skribis:

Toggle quote (3 lines)
> * doc/guix.texi (Miscellaneous Services): Add dicod-service-type
> in Dictionary Services.

[...]

Toggle quote (7 lines)
> +@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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 40592@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40592
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help