1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

doc: Remove extra paren in example.

* doc/guix.texi (Networking Setup): Remove extra parent in
‘dhcpcd-configuration’ example.

Change-Id: I10cea18054424ee14318730b9e8d750e9484b35a
This commit is contained in:
Ludovic Courtès
2025-03-28 11:39:53 +01:00
parent 59cc351439
commit a2606a1739
+1 -1
View File
@@ -21808,7 +21808,7 @@ resolver:
"domain_name"
"domain_search"))
(static '("domain_name_servers=127.0.0.1"))
(no-hook '("hostname")))))
(no-hook '("hostname"))))
@end lisp
@end defvar