diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-05-05 23:41:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-05-05 23:42:57 +0200 |
commit | 1ca0a9a30775b32ced8463f0ae7f200c715047e5 (patch) | |
tree | c87e18aa2bbfae1d43a39534c2273f5cfe4b4cc8 /doc | |
parent | f47b8b332b3adaab8743775b9e45638dcd381e78 (diff) | |
download | guix-1ca0a9a30775b32ced8463f0ae7f200c715047e5.tar.gz |
gnu: rasdaemon: Fix Texinfo syntax of description.
Regression introduced in 58805da44dac6b180245edd8a6419343f64d221c. * gnu/packages/linux.scm (rasdaemon)[description]: Avoid @acronym since Guile's Texinfo module doesn't currently support @comma{}. * doc/guix.texi (Linux Services): Use @comma{} within @acronym.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1067ecad17..ae130e6eba 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -31452,7 +31452,7 @@ parameters, can be done as follow: @subsubheading Rasdaemon Service The Rasdaemon service provides a daemon which monitors platform -@acronym{RAS, Reliability, Availability, and Serviceability} reports from +@acronym{RAS, Reliability@comma{} Availability@comma{} and Serviceability} reports from Linux kernel trace events, logging them to syslogd. Reliability, Availability and Serviceability is a concept used on servers meant |