diff options
Diffstat (limited to '')
-rw-r--r-- | doc/man8/tinyproxy.8 | 8 | ||||
-rw-r--r-- | doc/man8/tinyproxy.txt.in | 20 |
2 files changed, 14 insertions, 14 deletions
diff --git a/doc/man8/tinyproxy.8 b/doc/man8/tinyproxy.8 index dc99001..635def9 100644 --- a/doc/man8/tinyproxy.8 +++ b/doc/man8/tinyproxy.8 @@ -64,7 +64,7 @@ Force Tinyproxy to do a garbage collection on the current connections linked lis .RE .SH "TEMPLATE FILES" .sp -There are two occasions when tinyproxy delivers HTML pages to the client on it\(cqs own right: +There are two occasions when Tinyproxy delivers HTML pages to the client on it\(cqs own right: .sp .RS 4 .ie n \{\ @@ -115,7 +115,7 @@ The hostname of the client making the request\&. .PP \fBversion\fR .RS 4 -The version of tinyproxy\&. +The version of Tinyproxy\&. .RE .PP \fBpackage\fR @@ -136,10 +136,10 @@ In addition, almost all templates support: A detailed, plain English explanation of the error and possible causes\&. .RE .sp -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\&. +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\&. .SH "STATHOST" .sp -Tinyproxy returns an html page with connection statistics when it receives a HTTP request for a certain host \(em 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 \(em 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\&. .sp The stat file template can be changed at runtime through the configuration variable StatFile\&. .SH "FILES" 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 |