mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
doc: Add missing closing parentheses in examples.
* doc/guix.texi (VNC Services, Guix Home Services): Add missing closing parentheses.
This commit is contained in:
parent
fd13259d85
commit
5b555d639d
1 changed files with 3 additions and 2 deletions
|
@ -31064,7 +31064,8 @@ following configuration:
|
|||
@end defvar
|
||||
|
||||
@lisp
|
||||
(service xvnc-service-type (xvnc-configuration (display-number 10)
|
||||
(service xvnc-service-type
|
||||
(xvnc-configuration (display-number 10)))
|
||||
@end lisp
|
||||
|
||||
As a demonstration, the @command{xclock} command could then be started
|
||||
|
@ -41484,7 +41485,7 @@ A typical extension for adding a channel might look like this:
|
|||
(list
|
||||
(channel
|
||||
(name 'variant-packages)
|
||||
(url "https://example.org/variant-packages.git")))
|
||||
(url "https://example.org/variant-packages.git"))))
|
||||
@end lisp
|
||||
@end defvr
|
||||
|
||||
|
|
Loading…
Reference in a new issue