From 473bd8100bd4039116912e0f10420240fd19f5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 25 Sep 2019 17:52:17 +0200 Subject: [PATCH] doc: Add missing parens in inetd example. * doc/guix.texi (Networking Services): Add missing parens in inetd service example. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 762e8da2bd..64a0742255 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -13349,7 +13349,7 @@ gateway @code{hostname}: (program (file-append openssh "/bin/ssh")) (arguments '("ssh" "-qT" "-i" "/path/to/ssh_key" - "-W" "smtp-server:25" "user@@hostname"))))) + "-W" "smtp-server:25" "user@@hostname"))))))) @end lisp See below for more details about @code{inetd-configuration}.