From: Lee <ler762@users.sourceforge.net>
Date: Thu, 15 Mar 2018 01:27:04 +0000 (-0400)
Subject: adjust <literallayout> lines to not exceed the line wrap length
X-Git-Tag: v_3_0_27~64
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/user-manual/static/@default-cgi@send-stylesheet?a=commitdiff_plain;h=6b6d7c96a8e264bac0f95e4403fc728a464e11b9;p=privoxy.git

adjust <literallayout> lines to not exceed the line wrap length

Ideally we shouldn't be creating pre-formatted text that exceeds
the line wrap length.
manually editing files after generating them with 'make dok' is
for the birds..
---

diff --git a/doc/source/contacting.sgml b/doc/source/contacting.sgml
index 86c0e33e..a75197d0 100644
--- a/doc/source/contacting.sgml
+++ b/doc/source/contacting.sgml
@@ -128,14 +128,16 @@
     is being used and the following <ulink
     url="../user-manual/config.html#DEBUG">debug options</ulink> are enabled
     (all of them):
-    <literallayout>debug     1 # Log the destination for each request Privoxy let through. See also debug 1024.
+    <literallayout>debug     1 # Log the destination for each request Privoxy let through.
+            #   See also debug 1024.
 debug     2 # show each connection status
 debug     4 # show I/O status
 debug     8 # show header parsing
 debug   128 # debug redirects
 debug   256 # debug GIF de-animation
 debug   512 # Common Log Format
-debug  1024 # Log the destination for requests Privoxy didn't let through, and the reason why.
+debug  1024 # Log the destination for requests Privoxy didn't let through,
+            #   and the reason why.
 debug  4096 # Startup banner and warnings.
 debug  8192 # Non-fatal errors
 debug 65536 # Log applying actions</literallayout>