doc: Case changes and minor text updates to manpage

This commit is contained in:
Mukund Sivaraman 2009-09-14 15:51:37 +05:30
parent 00614c1523
commit 017ba5d42f
2 changed files with 14 additions and 14 deletions

View File

@ -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"

View File

@ -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