diff options
Diffstat (limited to '')
-rw-r--r-- | doc/man8/tinyproxy.txt.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man8/tinyproxy.txt.in b/doc/man8/tinyproxy.txt.in index d3d800e..92572c2 100644 --- a/doc/man8/tinyproxy.txt.in +++ b/doc/man8/tinyproxy.txt.in @@ -63,7 +63,7 @@ information and to force certain events. TEMPLATE FILES -------------- -There are two occasions when tinyproxy delivers HTML pages to +There are two occasions when Tinyproxy delivers HTML pages to the client on it's own right: . When an error occurred, a corresponding error page is returned. @@ -95,7 +95,7 @@ template file: The hostname of the client making the request. *version*:: - The version of tinyproxy. + The version of Tinyproxy. *package*:: The package name. Presently, resolves to 'tinyproxy'. @@ -109,7 +109,7 @@ In addition, almost all templates support: A detailed, plain English explanation of the error and possible causes. -When tinyproxy finds a variable name enclosed in braces, e.g. +When Tinyproxy finds a variable name enclosed in braces, e.g. "\{request}", then this is replaced by the value of the corresponding variable before delivery of the page. @@ -117,14 +117,14 @@ variable before delivery of the page. STATHOST -------- -Tinyproxy returns an html page with connection statistics when it -receives a HTTP request for a certain host -- the stathost. -The stathost name defaults to tinyproxy.stats and can be changed -at compile-time with the configure switch `--with-stathost` to any -name or IP address. +Tinyproxy returns a HTML page with connection statistics when it +receives a HTTP request for a certain host -- the stathost. The +stathost name defaults to `tinyproxy.stats` and can be changed at +compile-time with the configure switch `--with-stathost` to any name or +IP address. -The stat file template can be changed at runtime through the configuration -variable StatFile. +The stat file template can be changed at runtime through the +configuration variable `StatFile`. FILES |