guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: doc: Fix syntax of Varnish example.


From: guix-commits
Subject: 01/05: doc: Fix syntax of Varnish example.
Date: Thu, 26 Sep 2019 05:50:07 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4a506da83a3af829a42c9433bd0087a96d6f1c7a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 25 17:49:41 2019 +0200

    doc: Fix syntax of Varnish example.
    
    * doc/guix.texi (Web Services): Escape nested string in '%gnu-mirror'
    variable definition.  Adjust indentation.
---
 doc/guix.texi | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 267c2e9..762e8da 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -19819,13 +19819,12 @@ can do something along these lines:
 
 @lisp
 (define %gnu-mirror
-  (plain-file
-   "gnu.vcl"
-   "vcl 4.1;
-backend gnu @{ .host = "www.gnu.org"; @}"))
+  (plain-file "gnu.vcl"
+              "vcl 4.1;
+backend gnu @{ .host = \"www.gnu.org\"; @}"))
 
 (operating-system
-  ...
+  ;; @dots{}
   (services (cons (service varnish-service-type
                            (varnish-configuration
                             (listen '(":80"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]