diff options
author | Diego Nicola Barbato <dnbarbato@posteo.de> | 2019-05-09 22:44:45 +0200 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2019-05-11 13:11:35 +0530 |
commit | 7f03133ba398d9e635dd333f6e2f12bd8fd7be00 (patch) | |
tree | fe041ecaf239e872b9f5c9729416b31d02abde20 /doc | |
parent | c3ebaec5315a12466882d68e97119769a7c07a38 (diff) | |
download | guix-7f03133ba398d9e635dd333f6e2f12bd8fd7be00.tar.gz |
doc: Fix typo.
* doc/guix.texi (shepherd-service): Replace 'requirements' with 'requirement'. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index df7208229c..3f50bf77fe 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -63,6 +63,7 @@ Copyright @copyright{} 2018 Florian Pelz@* Copyright @copyright{} 2018 Laura Lazzati@* Copyright @copyright{} 2018 Alex Vong@* Copyright @copyright{} 2019 Josh Holland@* +Copyright @copyright{} 2019 Diego Nicola Barbato@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -25279,7 +25280,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. -@item @code{requirements} (default: @code{'()}) +@item @code{requirement} (default: @code{'()}) List of symbols denoting the Shepherd services this one depends on. @cindex one-shot services, for the Shepherd |