summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-09-25 17:52:17 +0200
committerLudovic Courtès <ludo@gnu.org>2019-09-26 11:43:25 +0200
commit473bd8100bd4039116912e0f10420240fd19f5c7 (patch)
tree77b1af16a7322c7656b77ef7442923e66c320262 /doc
parent4a506da83a3af829a42c9433bd0087a96d6f1c7a (diff)
downloadpatches-473bd8100bd4039116912e0f10420240fd19f5c7.tar
patches-473bd8100bd4039116912e0f10420240fd19f5c7.tar.gz
doc: Add missing parens in inetd example.
* doc/guix.texi (Networking Services): Add missing parens in inetd service example.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
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}.