Use proper asciidoc formatting in manpage

This commit is contained in:
Mukund Sivaraman 2010-01-03 20:14:43 +05:30
parent 34f9e5f95e
commit 70e8197344

View File

@ -99,8 +99,7 @@ The possible keywords and their descriptions are as follows:
not set, Tinyproxy returns a hard-coded basic statistics page. not set, Tinyproxy returns a hard-coded basic statistics page.
See the STATHOST section in the `tinyproxy(8)` manual page See the STATHOST section in the `tinyproxy(8)` manual page
for details. for details.
+
Note that the StatFile and the error files configured with ErrorFile Note that the StatFile and the error files configured with ErrorFile
and DefaultErrorFile are template files that can contain a few and DefaultErrorFile are template files that can contain a few
template variables that Tinyproxy expands prior to delivery. template variables that Tinyproxy expands prior to delivery.
@ -275,15 +274,17 @@ The possible keywords and their descriptions are as follows:
through, while all others are denied. If no Anonymous keyword through, while all others are denied. If no Anonymous keyword
is present, then all headers are allowed through. You must is present, then all headers are allowed through. You must
include quotes around the headers. include quotes around the headers.
+
Most sites require cookies to be enabled for them to work correctly, so Most sites require cookies to be enabled for them to work correctly, so
you will need to allow cookies through if you access those sites. you will need to allow cookies through if you access those sites.
+
Example: Example:
+
----
Anonymous "Host" Anonymous "Host"
Anonymous "Authorization" Anonymous "Authorization"
Anonymous "Cookie" Anonymous "Cookie"
----
*ConnectPort*:: *ConnectPort*::
@ -297,12 +298,14 @@ The possible keywords and their descriptions are as follows:
Configure one or more ReversePath directives to enable reverse proxy Configure one or more ReversePath directives to enable reverse proxy
support. With reverse proxying it's possible to make a number of support. With reverse proxying it's possible to make a number of
sites appear as if they were part of a single site. sites appear as if they were part of a single site.
+
If you uncomment the following two directives and run Tinyproxy If you uncomment the following two directives and run Tinyproxy
on your own computer at port 8888, you can access example.com, on your own computer at port 8888, you can access example.com,
using http://localhost:8888/example/. using http://localhost:8888/example/.
+
----
ReversePath "/example/" "http://www.example.com/" ReversePath "/example/" "http://www.example.com/"
----
*ReverseOnly*:: *ReverseOnly*::