GNU bug report logs -
#59724
[PATCH] services: configuration: Remove orphan reference to example.
Previous Next
Reported by: mirai <at> makinata.eu
Date: Wed, 30 Nov 2022 14:57:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Bruno Victal <mirai <at> makinata.eu>
generic-serialize-alist refers to (gnu home services
version-control) for usage examples but there's no such module.
---
gnu/services/configuration.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/services/configuration.scm b/gnu/services/configuration.scm
index dacfc52ba9..b2eabc9c88 100644
--- a/gnu/services/configuration.scm
+++ b/gnu/services/configuration.scm
@@ -469,9 +469,6 @@ (define (generic-serialize-alist combine serialize-field fields)
COMBINE is a procedure that takes one or more arguments and combines
all the alist entries into one value, @code{string-append} or
-@code{append} are usually good candidates for this.
-
-See the @code{serialize-alist} procedure in `@code{(gnu home services
-version-control}' for an example usage.)}"
+@code{append} are usually good candidates for this."
(apply combine
(map (generic-serialize-alist-entry serialize-field) fields)))
base-commit: 26e1f39888eaf2723353f20950d936d102c6bd6a
--
2.38.1
This bug report was last modified 2 years and 161 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.