Typo in Shepherd Manual

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Meiyo Peng
Owner
unassigned
Submitted by
Meiyo Peng
Severity
normal

Debbugs page

Meiyo Peng wrote 6 years ago
(address . bug-guix@gnu.org)
87woqswx84.fsf@gmail.com
Hello,

I noticed a possible typo in the Shepherd Manual.

In section "4.6 The root and unknown services" of the Shepherd Manual:
#+BEGIN_EXAMPLE
‘enable-persistency’
When terminating, safe the list of running services in a file.

‘disable-persistency’
Don’t safe the list of running services when terminating.
#+END_EXAMPLE

I think the two "safe" should be replaced with "save".
Ludovic Courtès wrote 6 years ago
(name . Meiyo Peng)(address . meiyo.peng@gmail.com)(address . 32985-done@debbugs.gnu.org)
87h8hwy28w.fsf@gnu.org
Hi,

Meiyo Peng <meiyo.peng@gmail.com> skribis:

Toggle quote (4 lines)
> I noticed a possible typo in the Shepherd Manual.
>
> In section "4.6 The root and unknown services" of the Shepherd Manual:

Indeed, fixed in commit 8a406dc558bd3faa4fdf2a61c019038e069a2a23 of the
Shepherd.

Thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 32985
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