[3.0] 9ac4e87 Add into index. Formatting of commandline

Lasse Karstensen lkarsten at varnish-cache.org
Thu Nov 22 15:06:12 CET 2012


commit 9ac4e87c9e9ed1dd42311d0af143c6ecaec4d3f8
Author: Lasse Karstensen <lasse at varnish-software.com>
Date:   Thu Nov 22 14:01:36 2012 +0100

    Add into index. Formatting of commandline

diff --git a/doc/sphinx/tutorial/index.rst b/doc/sphinx/tutorial/index.rst
index d41bfbb..e30b40f 100644
--- a/doc/sphinx/tutorial/index.rst
+++ b/doc/sphinx/tutorial/index.rst
@@ -28,7 +28,7 @@ separate topic. Good luck.
 	purging
 	compression
 	esi
-	virtualised
+	platformnotes
 	websockets
 	devicedetection
 	advanced_backend_servers
diff --git a/doc/sphinx/tutorial/platformnotes.rst b/doc/sphinx/tutorial/platformnotes.rst
index ffe5406..4f76f9e 100644
--- a/doc/sphinx/tutorial/platformnotes.rst
+++ b/doc/sphinx/tutorial/platformnotes.rst
@@ -3,17 +3,16 @@ Platform specific notes
 ------------------------
 
 Transparent hugepages on Redhat Linux 6
-~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 On RHEL6 Transparent Hugepage kernel support is enabled by default.
 This is known to cause sporadic crashes of Varnish.
 
-It is recommended to disable transparent hugepages on affected systems:
+It is recommended to disable transparent hugepages on affected systems::
 
     $ echo "never" > /sys/kernel/mm/redhat_transparent_hugepage/enabled
 
-On Debian/Ubuntu systems running 3.2 kernels the value is "madvise", which does
-not need to be changed.
+On Debian/Ubuntu systems running 3.2 kernels the default value is "madvise" and does not need to changed.
 
 
 OpenVZ



More information about the varnish-commit mailing list