[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/13: doc: Add missing closing parentheses in examples.
From: |
guix-commits |
Subject: |
13/13: doc: Add missing closing parentheses in examples. |
Date: |
Tue, 15 Nov 2022 06:19:53 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 5b555d639d05f0df7b26da459c69680ba35921bd
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 15 12:08:39 2022 +0100
doc: Add missing closing parentheses in examples.
* doc/guix.texi (VNC Services, Guix Home Services): Add missing closing
parentheses.
---
doc/guix.texi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 23e807a2f6..75b7f4adcb 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -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
- 01/13: installer: Warn about hardware support after the welcome page., (continued)
- 01/13: installer: Warn about hardware support after the welcome page., guix-commits, 2022/11/15
- 03/13: linux-modules: Add 'load-pci-device-database'., guix-commits, 2022/11/15
- 02/13: linux-modules: Add support for listing PCI devices., guix-commits, 2022/11/15
- 07/13: installer: Migrate to 'guile-gnutls'., guix-commits, 2022/11/15
- 08/13: gnu: Add safeint., guix-commits, 2022/11/15
- 10/13: doc: Refer to the pt_BR translation., guix-commits, 2022/11/15
- 04/13: installer: Use 'current-guix' for extensions., guix-commits, 2022/11/15
- 09/13: gnu: Add fuzzel., guix-commits, 2022/11/15
- 11/13: doc: Build pt_BR manual., guix-commits, 2022/11/15
- 12/13: doc: Link to the Git book instead of the git-scm.com homepage., guix-commits, 2022/11/15
- 13/13: doc: Add missing closing parentheses in examples.,
guix-commits <=
- 05/13: installer: Error page width is parameterized., guix-commits, 2022/11/15
- 06/13: installer: Report known-unsupported PCI devices., guix-commits, 2022/11/15