diff options
author | Ludovic Courtès <ludo@gnu.org> | 2025-03-01 16:12:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-03-05 00:28:49 +0100 |
commit | 78a204ee98eaa61263e5317a08b52052cce1e8f2 (patch) | |
tree | ccf990d54e62012ee7a02539d531a44717188aa7 | |
parent | 478e3e85c5bb8c9b6387e00a3c6923421e15328a (diff) | |
download | guix-78a204ee98eaa61263e5317a08b52052cce1e8f2.tar.gz guix-78a204ee98eaa61263e5317a08b52052cce1e8f2.zip |
doc: Fix reference to the Shepherd’s log rotation node.
* doc/guix.texi (Log Rotation): Fix name of Shepherd manual node.
Change-Id: I08aa2e082909a32cd6223eb6dba176ee8121f20f
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 86f06df22f..8b6c011ecc 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -20998,8 +20998,8 @@ Log files such as those found in @file{/var/log} tend to grow endlessly, so it's a good idea to @dfn{rotate} them once in a while---i.e., archive their contents in separate files, possibly compressed. The @code{(gnu services admin)} module provides an interface to the log rotation -service provided by the Shepherd (@pxref{Log Rotation,,, shepherd, The -GNU Shepherd Manual}). +service provided by the Shepherd (@pxref{Log Rotation Service,,, +shepherd, The GNU Shepherd Manual}). This log rotation service is made available through @code{log-rotation-service-type}, which takes a |