[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 10/13: doc: Fix inetutils cross-reference.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 10/13: doc: Fix inetutils cross-reference. |
Date: |
Fri, 25 Mar 2022 17:59:01 -0400 (EDT) |
civodul pushed a commit to branch wip-fibers
in repository shepherd.
commit a3562421d9f9b0e4c92acf2d50f0a3deb4529121
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 69ea4bd), Ludovic Courtès, 2022/03/25
- [shepherd] 04/13: build: Capture the source and object directories of Fibers., Ludovic Courtès, 2022/03/25
- [shepherd] 09/13: service: 'make-forkexec-constructor' spawns a logging fiber., Ludovic Courtès, 2022/03/25
- [shepherd] 10/13: doc: Fix inetutils cross-reference.,
Ludovic Courtès <=
- [shepherd] 12/13: service: Add the #:transient? slot., Ludovic Courtès, 2022/03/25
- [shepherd] 01/13: shepherd: Factorize out the main loop., Ludovic Courtès, 2022/03/25
- [shepherd] 02/13: build: Drop support for Guile 2.0., Ludovic Courtès, 2022/03/25
- [shepherd] 03/13: Use Fibers., Ludovic Courtès, 2022/03/25
- [shepherd] 05/13: shepherd: Use one fiber for signal handling, and one for clients., Ludovic Courtès, 2022/03/25
- [shepherd] 06/13: service: 'read-pid-file' no longer blocks., Ludovic Courtès, 2022/03/25
- [shepherd] 07/13: service: 'read-pid-file' uses (@ (guile) sleep) when it's not suspendable., Ludovic Courtès, 2022/03/25
- [shepherd] 08/13: shepherd: Encode log as UTF-8 unconditionally., Ludovic Courtès, 2022/03/25
- [shepherd] 11/13: service: Remove unused 'make-init.d-service'., Ludovic Courtès, 2022/03/25
- [shepherd] 13/13: service: Add inetd constructor and destructor., Ludovic Courtès, 2022/03/25