[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 10/24: doc: Fix inetutils cross-reference.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 10/24: doc: Fix inetutils cross-reference. |
Date: |
Mon, 28 Mar 2022 17:24:46 -0400 (EDT) |
civodul pushed a commit to branch wip-fibers
in repository shepherd.
commit 4de0dc9b9808cd272ad764e59d63120763e43678
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Mar 25 18:19:58 2022 +0100
doc: Fix inetutils cross-reference.
* doc/shepherd.texi (Invoking shepherd): Fix inetutils cross-reference.
---
doc/shepherd.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index 3d1894f..bcd87dd 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -427,7 +427,7 @@ When running as root, the default behavior is to connect to
@file{/dev/log}, the @dfn{syslog} socket (@pxref{Overview of Syslog,,,
libc, The GNU C Library Reference Manual}). A syslog daemon,
@command{syslogd}, is expected to read messages from there
-(@pxref{syslogd invocation, syslogd,, libc, GNU Inetutils}).
+(@pxref{syslogd invocation, syslogd,, inetutils, GNU Inetutils}).
When @file{/dev/log} is unavailable, for instance because
@command{syslogd} is not running, as is the case during system startup
- [shepherd] branch wip-fibers created (now 8664372), Ludovic Courtès, 2022/03/28
- [shepherd] 02/24: build: Drop support for Guile 2.0., Ludovic Courtès, 2022/03/28
- [shepherd] 03/24: Use Fibers., Ludovic Courtès, 2022/03/28
- [shepherd] 05/24: shepherd: Use one fiber for signal handling, and one for clients., Ludovic Courtès, 2022/03/28
- [shepherd] 08/24: shepherd: Encode log as UTF-8 unconditionally., Ludovic Courtès, 2022/03/28
- [shepherd] 10/24: doc: Fix inetutils cross-reference.,
Ludovic Courtès <=
- [shepherd] 12/24: service: Remove unused 'make-init.d-service'., Ludovic Courtès, 2022/03/28
- [shepherd] 13/24: service: Add the #:transient? slot., Ludovic Courtès, 2022/03/28
- [shepherd] 18/24: shepherd: Remove half-baked readline support., Ludovic Courtès, 2022/03/28
- [shepherd] 19/24: shepherd: "shepherd -s -" replies to the current output port., Ludovic Courtès, 2022/03/28
- [shepherd] 17/24: service: Add 'start-in-the-background'., Ludovic Courtès, 2022/03/28
- [shepherd] 14/24: service: Add inetd constructor and destructor., Ludovic Courtès, 2022/03/28
- [shepherd] 15/24: service: Allow 'running' value to be a thunk., Ludovic Courtès, 2022/03/28
- [shepherd] 20/24: service: Add #:handle-termination slot., Ludovic Courtès, 2022/03/28
- [shepherd] 22/24: service: 'make-inetd-constructor' lets the caller specify socket ownership., Ludovic Courtès, 2022/03/28
- [shepherd] 06/24: service: 'read-pid-file' no longer blocks., Ludovic Courtès, 2022/03/28