]> granicus.if.org Git - apache/commitdiff
Emphasize that the output of #printenv is plain text so that it doesn't dump a bunch...
authorRich Bowen <rbowen@apache.org>
Thu, 24 Jan 2013 01:59:47 +0000 (01:59 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 24 Jan 2013 01:59:47 +0000 (01:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437833 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_include.xml

index 63fd856ea68d8e12026de0f6e8107cd8032236da..e53a71e721cd192a1c45caa8608a35a4ea538e4c 100644 (file)
@@ -449,13 +449,15 @@ AddOutputFilter INCLUDES .shtml
     </section> <!-- /include -->
 
     <section id="element.printenv"><title>The printenv Element</title>
-      <p>This prints out a listing of all existing variables and
+      <p>This prints out a plain text listing of all existing variables and
       their values. Special characters are entity encoded (see the <code><a
       href="#element.echo">echo</a></code> element for details)
       before being output. There are no attributes.</p>
 
       <example><title>Example</title>
-        &lt;!--#printenv --&gt;
+        &lt;pre&gt;
+          &lt;!--#printenv --&gt;
+        &lt;/pre&gt;
       </example>
     </section> <!-- /printenv -->