diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-09-25 17:52:17 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-26 11:43:25 +0200 |
commit | 473bd8100bd4039116912e0f10420240fd19f5c7 (patch) | |
tree | 77b1af16a7322c7656b77ef7442923e66c320262 /doc/guix.texi | |
parent | 4a506da83a3af829a42c9433bd0087a96d6f1c7a (diff) | |
download | patches-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/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
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}. |