1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
Description: Fix spelling errors in manpages
Author: Emmanuel Bouthenot <kolter@debian.org>
Last-Update: 2011-11-12
--- a/ffproxy.conf.5.s
+++ b/ffproxy.conf.5.s
@@ -31,7 +31,7 @@
.Ss User Configuration File
Use command line parameter \-f to load a non-default configuration
file. You will notice the warning at the program's startup. This
-is due to the programs implementation that allows to reload
+is due to the programs implementation that allows one to reload
all configuration files. To disable the warning, use \-F instead.
.Ss Deactivating
To use command line options only, use \-f "".
@@ -40,7 +40,7 @@
the configuration file specified, the contents of db/ and html/,
send the signal HUP to the program's master process. ffproxy pid can be found
by default in file /var/run/ffproxy.pid, you can override /var/run directory
-with command line paramter \-n or with pid_dir setting in config file.
+with command line parameter \-n or with pid_dir setting in config file.
.Pp
Options that can be successfully altered at runtime are
.Bd -literal -offset indent
@@ -168,7 +168,7 @@
# (disabled by default)
#
# if you want to use ffproxy as http accelerator (that is, connecting
-# to just one http server and beeing used as front-end to that, e.g.
+# to just one http server and being used as front-end to that, e.g.
# in DMZ) uncomments options below (port is optional, defaults to 80)
# (set `accel_port 0' to explicitly disable feature
# (i.e, when reloading configuration file via SIGHUP))
--- a/ffproxy.8.s
+++ b/ffproxy.8.s
@@ -12,7 +12,7 @@
.Op Fl p Ar port
.Op Fl c Ar ip|hostname
.Op Fl C Ar ip|hostname
-.Op Fl l Ar childs
+.Op Fl l Ar children
.Op Fl u Ar uid|user Fl g Ar gid|group
.Op Fl r Ar dir
.Op Fl D Ar datadir
@@ -45,7 +45,7 @@
.Pp
The following command line options are recognized. They specify
general settings like IP to bind to or place of the db/ and html/
-directories. Note that arguments to options must be seperated
+directories. Note that arguments to options must be separated
from the option by spaces, as are such options from each other.
.Pp
.Bl -tag -width "message"
@@ -55,7 +55,7 @@
Bind to IPv4. Default is any IPv4.
.It Fl C Ar ip|hostname
Bind to IPv6. Default is any IPv6.
-.It Fl l Ar childs
+.It Fl l Ar children
Maximum number of child processes to be forked. That is, the
maximum number of concurrent requests allowed. Default is 10.
.It Fl u Ar uid|user Fl g Ar gid|group
@@ -217,7 +217,7 @@
.Sh THE HTML/ DIRECTORY
This directory contains files with HTTP header
and HTML that are sent to
-the user's browser if either an error occured or
+the user's browser if either an error occurred or
a request was filtered. In the files, the variable
.Va $u
will be replaced by the URL,
@@ -247,7 +247,7 @@
.El
.Sh HTTP ACCELERATOR
ffproxy may also be used as a HTTP accelerator, that
-is, connecting to just one HTTP server and beeing
+is, connecting to just one HTTP server and being
a front-end to that. Use accel_host and accel_port
in configuration file or command line options \-a and \-A
to use this feature.
@@ -309,7 +309,7 @@
.Sh LOGGING
By default, the proxy logs incorrect and filtered requests.
To log all requests, use the configuration file keyword
-`log_all_requests yes'. Please make sure that you seperate
+`log_all_requests yes'. Please make sure that you separate
the programs log output from that of other programs by modifying
.Xr syslog.conf 5 ,
since the output is very noisy.
--- a/ffproxy.quick.7.s
+++ b/ffproxy.quick.7.s
@@ -88,7 +88,7 @@
.Sh ACCESS TO THE PROXY
By default, nobody is allowed to connect to ffproxy.
Let's say, we want to provide LAN users a filtering proxy
-to shut down malicous content coming from the Internet.
+to shut down malicious content coming from the Internet.
So the proxy has to be listening on the local network
interface only. We change bind_ipv4 and bind_ipv6
appropiately in
|