doc: Add missing parens in inetd example.
* doc/guix.texi (Networking Services): Add missing parens in inetd service example.
This commit is contained in:
parent
4a506da83a
commit
473bd8100b
|
@ -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}.
|
||||
|
|
Loading…
Reference in New Issue