[master] 78325c4fb Indent continuations

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Oct 30 10:34:09 UTC 2018


commit 78325c4fb1149817dc669f0dce06c24a74858f87
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Oct 30 11:33:12 2018 +0100

    Indent continuations

diff --git a/doc/sphinx/installation/install.rst b/doc/sphinx/installation/install.rst
index 9470ee164..33c1584da 100644
--- a/doc/sphinx/installation/install.rst
+++ b/doc/sphinx/installation/install.rst
@@ -161,8 +161,8 @@ requirements are installed.
 By convention, consider installing Varnish under `/opt/local` using::
 
 	./configure \
-	--prefix=/opt/local \
-	--mandir=/opt/local/man
+	        --prefix=/opt/local \
+	        --mandir=/opt/local/man
 
 Alternatively, building with Solaris Studio 12.4 should work
 considering the following recommendations:
@@ -172,11 +172,11 @@ considering the following recommendations:
   dependencies are installed. Example for `/opt/local`::
 
 	./configure \
-	--prefix=/opt/local \
-	--mandir=/opt/local/man \
-	CPPFLAGS="-I/opt/local/include" \
-	CFLAGS="-m64" \
-	LDFLAGS="-L/opt/local/lib -R/opt/local/lib"
+	        --prefix=/opt/local \
+	        --mandir=/opt/local/man \
+	        CPPFLAGS="-I/opt/local/include" \
+	        CFLAGS="-m64" \
+	        LDFLAGS="-L/opt/local/lib -R/opt/local/lib"
 
 Compiling Varnish
 -----------------


More information about the varnish-commit mailing list