emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#35661: closed ([PATCH] doc: Fix typo.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35661: closed ([PATCH] doc: Fix typo.)
Date: Sat, 11 May 2019 07:45:02 +0000

Your message dated Sat, 11 May 2019 13:14:41 +0530
with message-id <address@hidden>
and subject line Re: [bug#35661] [PATCH] doc: Fix typo.
has caused the debbugs.gnu.org bug report #35661,
regarding [PATCH] doc: Fix typo.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35661: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35661
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] doc: Fix typo. Date: Thu, 09 May 2019 23:19:54 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hi Guix,

The documentation of 'shepherd-service' erroneously calls the
'requirement' field 'requirements'.  The attached patch fixes that.

I have also noticed that the 'auto-start?' field is not mentioned at
all.

Regards,

Diego

>From 635fa669c8d52afd2363c99bfa03b2315af29e74 Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <address@hidden>
Date: Thu, 9 May 2019 22:44:45 +0200
Subject: [PATCH] doc: Fix typo.

* doc/guix.texi (shepherd-service): 'requirement' instead of 'requirements'.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index df7208229c..f88fa827d4 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25279,7 +25279,7 @@ These are the names that may be passed to @command{herd 
start},
 shepherd, The GNU Shepherd Manual}).  @xref{Slots of services, the
 @code{provides} slot,, shepherd, The GNU Shepherd Manual}, for details.
 
address@hidden @code{requirements} (default: @code{'()})
address@hidden @code{requirement} (default: @code{'()})
 List of symbols denoting the Shepherd services this one depends on.
 
 @cindex one-shot services, for the Shepherd
-- 
2.21.0


--- End Message ---
--- Begin Message --- Subject: Re: [bug#35661] [PATCH] doc: Fix typo. Date: Sat, 11 May 2019 13:14:41 +0530
> The documentation of 'shepherd-service' erroneously calls the
> 'requirement' field 'requirements'.  The attached patch fixes that.

Thanks! I added a copyright header for you and pushed the patch.

> I have also noticed that the 'auto-start?' field is not mentioned at
> all.

Could you submit a patch fixing this?

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]