mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -13349,7 +13349,7 @@ gateway @code{hostname}:
|
||||||
(program (file-append openssh "/bin/ssh"))
|
(program (file-append openssh "/bin/ssh"))
|
||||||
(arguments
|
(arguments
|
||||||
'("ssh" "-qT" "-i" "/path/to/ssh_key"
|
'("ssh" "-qT" "-i" "/path/to/ssh_key"
|
||||||
"-W" "smtp-server:25" "user@@hostname")))))
|
"-W" "smtp-server:25" "user@@hostname")))))))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
See below for more details about @code{inetd-configuration}.
|
See below for more details about @code{inetd-configuration}.
|
||||||
|
|
Loading…
Reference in a new issue