From: Lee Date: Thu, 15 Mar 2018 01:27:04 +0000 (-0400) Subject: adjust lines to not exceed the line wrap length X-Git-Tag: v_3_0_27~64 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=6b6d7c96a8e264bac0f95e4403fc728a464e11b9 adjust 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 debug options are enabled (all of them): - debug 1 # Log the destination for each request Privoxy let through. See also debug 1024. + 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