civodul pushed a commit to branch master
in repository guix.
commit f95c037b79bd5b170846353dc50930635de6ec6b
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Apr 19 11:02:18 2022 +0200
services: yggdrasil: Tweak description.
* gnu/services/networking.scm (yggdrasil-service-type)[description]: Add
@command markup.
---
gnu/services/networking.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index b302be5aaf..88d45f7c38 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -1978,7 +1978,7 @@ local servers publicly accessible on the web, even behind
NATs and firewalls."))
(name 'yggdrasil)
(description
"Connect to the Yggdrasil mesh network.
-See yggdrasil -genconf for config options.")
+See @command{yggdrasil -genconf} for config options.")
(extensions
(list (service-extension shepherd-root-service-type
yggdrasil-shepherd-service)