diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-05-29 22:58:06 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-30 00:15:30 +0200 |
commit | 4ebefac412147b8dcf076d57f624e72b8f583bc5 (patch) | |
tree | e5cd2b4794de393de4de46d7876b4bc94f568b77 /doc | |
parent | b8f89ab2c9d0c459ce158ee16a4f4a6542b88ce0 (diff) | |
download | guix-4ebefac412147b8dcf076d57f624e72b8f583bc5.tar.gz |
doc: Update references to the Shepherd manual.
* doc/guix.texi (Shepherd Services): Update cross-references to shepherd.info nodes removed in 0.10.0.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 31dc33fb97..4314ec666c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -41449,8 +41449,8 @@ This is a list of symbols denoting what the service provides. These are the names that may be passed to @command{herd start}, @command{herd status}, and similar commands (@pxref{Invoking herd,,, -shepherd, The GNU Shepherd Manual}). @xref{Slots of services, the -@code{provides} slot,, shepherd, The GNU Shepherd Manual}, for details. +shepherd, The GNU Shepherd Manual}). @xref{Defining Services,,, +shepherd, The GNU Shepherd Manual}, for details. @item @code{requirement} (default: @code{'()}) List of symbols denoting the Shepherd services this one depends on. @@ -41581,7 +41581,7 @@ Hello, friend! arguments: ("a" "b" "c") @end example This, as you can see, is a fairly sophisticated way to say hello. -@xref{Service Convenience,,, shepherd, The GNU Shepherd Manual}, for more +@xref{Defining Services,,, shepherd, The GNU Shepherd Manual}, for more info on actions. @end deftp |