]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 4688: various typo error(s) in man page(s)
authorLubos Uhliarik <luhliari@redhat.com>
Wed, 22 Mar 2017 05:04:41 +0000 (17:04 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 22 Mar 2017 05:04:41 +0000 (17:04 +1200)
19 files changed:
compat/compat.h
src/StoreFileSystem.h
src/acl/external/LDAP_group/ext_ldap_group_acl.8
src/acl/external/kerberos_ldap_group/README
src/acl/external/kerberos_ldap_group/ext_kerberos_ldap_group_acl.8
src/acl/external/session/ext_session_acl.8
src/auth/basic/DB/basic_db_auth.pl.in
src/auth/basic/LDAP/basic_ldap_auth.8
src/auth/digest/LDAP/digest_pw_auth.cc
src/auth/digest/eDirectory/digest_pw_auth.cc
src/auth/digest/file/digest_file_auth.8
src/auth/digest/file/digest_file_auth.cc
src/auth/digest/file/text_backend.cc
src/auth/negotiate/kerberos/README
src/auth/negotiate/kerberos/negotiate_kerberos_auth.8
src/ipcache.cc
src/log/DB/log_db_daemon.pl.in
src/security/cert_generators/file/security_file_certgen.8.in
src/store/id_rewriters/file/storeid_file_rewrite.pl.in

index 2872d7bf74f9570cc1c108bd12820a4291e73fe2..1eeaf0e9f604a81738281ef0a0b4484b63bdfc18 100644 (file)
@@ -11,7 +11,7 @@
 
 /*
  * From discussions it was chosen to push compat code as far down as possible.
- * That means we can have a seperate compat for most
+ * That means we can have a separate compat for most
  *  compatability and portability hacks and resolutions.
  *
  * This file is meant to collate all those hacks files together and
index d85596d87c3f55829ec08dbfa533e266c87a3263..d34f6309aca68bfd2e4c5d88d6e2fdc1afcd5d70 100644 (file)
@@ -48,7 +48,7 @@
  \par
  * configure will take a list of storage types through the
  * --enable-store-io parameter. This parameter takes a list of
- * space seperated storage types. For example,
+ * space separated storage types. For example,
  * --enable-store-io="ufs aufs" .
  *
  \par
index 682f27083b53a18778b99db5499407dbf892ba34..501b2e90045eb67133ed4979ccadc67c41ec573b 100644 (file)
@@ -52,8 +52,8 @@ When to dereference aliases. Defaults to 'never'
 .BI never
 dereference aliases (default),
 .BI always
-dereference aliases, only while
-.BR search ing
+dereference aliases, only during a
+.BR search
 or only to
 .B find
 the base object
@@ -143,7 +143,7 @@ Specify the LDAP server to connect to
 .
 .if !'po4a'hide' .TP
 .if !'po4a'hide' .BI \-H " ldapuri"
-Specity the LDAP server to connect to by a LDAP URI (requires OpenLDAP libraries)
+Specify the LDAP server to connect to by a LDAP URI (requires OpenLDAP libraries)
 .
 .if !'po4a'hide' .TP
 .if !'po4a'hide' .BI \-K
index 4d80409826e73ecb0467f5d52ebdadcd8c76e63b..78e8a671d1446f24d703ef8eda8f2b90a13f836d 100644 (file)
@@ -65,7 +65,7 @@ KRB5_KTNAME=/etc/squid/HTTP.keytab
 export KRB5_KTNAME
 
 If you use a different Kerberos domain than the machine itself is in you can point squid to 
-the seperate Kerberos config file by setting the following environmnet variable in the startup 
+the separate Kerberos config file by setting the following environment variable in the startup 
 script.
 
 KRB5_CONFIG=/etc/krb5-squid.conf
index 64b86d25b0c23ef932a703eb8d29e751b32a40db..e3d9de589356e6658d0c5d03639d119b975b4a05 100644 (file)
@@ -163,7 +163,7 @@ the proxy name set in IE or firefox. You can not use an IP address.
 .if !'po4a'hide' .ft
 .
 If you use a different Kerberos domain than the machine itself is in you can point squid to
-the seperate Kerberos config file by setting the following environmnet variable in the startup
+the separate Kerberos config file by setting the following environment variable in the startup
 script.
 .if !'po4a'hide' .P
 .if !'po4a'hide' .ft CR
index 69164c15cc218acb893c7f797ec528aa47881877..00525d26916058ad478b0dae6a6b86e227dc30cb 100644 (file)
@@ -21,7 +21,7 @@ and timing out sessions. The timeout is based either on idle use (
 ) or a fixed period of time (
 .B \-T
 ). The former is suitable for displaying terms and conditions to a user; the
-latter is suitable for the display of advertisments or other notices (both as a
+latter is suitable for the display of advertisements or other notices (both as a
 splash page \- see config examples in the wiki online). The session helper can also be used
 to force users to re\-authenticate if the 
 .B %LOGIN 
@@ -55,7 +55,7 @@ used as the database. If a path is specified, a Berkeley DB database
 environment is created within the directory. The advantage of the latter
 is better database support between multiple instances of the session
 helper. Using multiple instances of the session helper with a single
-database file will cause synchronisation problems between processes.
+database file will cause synchronization problems between processes.
 If this option is not specified the session details will be kept in
 memory only and all sessions will reset each time Squid restarts its
 helpers (Squid restart or rotation of logs).
index a0e1b13c91f13265264d6a173955378294e7c313..155a14e5e3f70c086ee5fbe8659adc8d3ec5542f 100644 (file)
@@ -14,7 +14,7 @@ use Getopt::Long;
 
  basic_db_auth [options]
 
-=head1 DESCRIPTOIN
+=head1 DESCRIPTION
 
 This program verifies username & password to a database
 
@@ -101,7 +101,7 @@ This manual was written by I<Henrik Nordstrom <henrik@henriknordstrom.net>>
 Copyright (C) 2007 Henrik Nordstrom <henrik@henriknordstrom.net>
 Copyright (C) 2010 Luis Daniel Lucio Quiroz <dlucio@okay.com.mx> (Joomla support)
 This program is free software. You may redistribute copies of it under the
-terms of the GNU General Public License version 2, or (at youropinion) any
+terms of the GNU General Public License version 2, or (at your opinion) any
 later version.
 
 =head1 QUESTIONS
index d32daf175fa6aabd30f8ed134573a0f886181a53..3223007c720dd07a08ba68f6a11aae852cb43af3 100644 (file)
@@ -98,7 +98,7 @@ option). Defaults to
 .B Note:
 This can only be done if all your users are located directly under
 the same position in the LDAP tree and the login name is used for naming
-each user object. If your LDAP tree does not match these criterias or if
+each user object. If your LDAP tree does not match these criteria or if
 you want to filter who are valid users then you need to use a search filter
 to search for your users DN (
 .B \-f
@@ -186,15 +186,15 @@ when to dereference aliases. Defaults to
 .B never
 dereference aliases (default),
 .B always
-dereference aliases, only while
-.B search ing
+dereference aliases, only during a
+.B search
 or only to
 .B find
 the base object.
 .
 .if !'po4a'hide' .TP
 .if !'po4a'hide' .B "\-H ldap_uri
-Specity the LDAP server to connect to by LDAP URI (requires OpenLDAP libraries).
+Specify the LDAP server to connect to by LDAP URI (requires OpenLDAP libraries).
 Servers can also be specified last on the command line.
 .
 .if !'po4a'hide' .TP
index 75755a44e821c7012a688b4ee00427cd59f45c06..e6720bc095ddeda59dd629f31c85fb01f641d482 100644 (file)
@@ -30,7 +30,7 @@
  * the file format.  However storing such a triple does little to
  * improve security: If compromised the username:realm:HA1 combination
  * is "plaintext equivalent" - for the purposes of digest authentication
- * they allow the user access. Password syncronisation is not tackled
+ * they allow the user access. Password synchronization is not tackled
  * by digest - just preventing on the wire compromise.
  *
  * Copyright (c) 2003  Robert Collins  <robertc@squid-cache.org>
index 1b0d4efbd3763b4a4757d55e4b4670f397587432..53a2c496842e2813eeecec0b6e43062292704683 100644 (file)
@@ -30,7 +30,7 @@
  * the file format.  However storing such a triple does little to
  * improve security: If compromised the username:realm:HA1 combination
  * is "plaintext equivalent" - for the purposes of digest authentication
- * they allow the user access. Password syncronisation is not tackled
+ * they allow the user access. Password synchronization is not tackled
  * by digest - just preventing on the wire compromise.
  *
  * Copyright (c) 2003  Robert Collins  <robertc@squid-cache.org>
index 480ef1cfa05fca1bcf93f2391c7882b3d6b633ba..534b2152c10dfca865a13d78bda81674eb23f078 100644 (file)
@@ -15,7 +15,7 @@ file
 is an installed binary authentication program for Squid. It handles digest 
 authentication protocol and authenticates against a text file backend.
 .
-This program will automatically detect the existence of a concurrecy channel-ID and adjust appropriately.
+This program will automatically detect the existence of a concurrency channel-ID and adjust appropriately.
 It may be used with any value 0 or above for the auth_param children concurrency= parameter.
 .
 .SH OPTIONS
@@ -54,7 +54,7 @@ the file format.  However storing such a triple does little to
 improve security: If compromised the
 .B username:realm:HA1 
 combination is "plaintext equivalent" - for the purposes of digest authentication
-they allow the user access. Password syncronisation is not tackled
+they allow the user access. Password synchronization is not tackled
 by digest - just preventing on the wire compromise.
 .
 .SH AUTHOR
index bd9ad6c747cda5d172bc368894abbf49fd0dee80..da4e9d76637681d600ec359a0e3b9777f6d49af5 100644 (file)
@@ -33,7 +33,7 @@
  * the file format.  However storing such a triple does little to
  * improve security: If compromised the username:realm:HA1 combination
  * is "plaintext equivalent" - for the purposes of digest authentication
- * they allow the user access. Password syncronisation is not tackled
+ * they allow the user access. Password synchronization is not tackled
  * by digest - just preventing on the wire compromise.
  *
  * Copyright (c) 2003  Robert Collins  <robertc@squid-cache.org>
index 012778d860906175994f3690b87002c7fea2dee6..23e8104f0262279951ed55d12ac277545bd12afe 100644 (file)
@@ -29,7 +29,7 @@
  * the file format.  However storing such a triple does little to
  * improve security: If compromised the username:realm:HA1 combination
  * is "plaintext equivalent" - for the purposes of digest authentication
- * they allow the user access. Password syncronisation is not tackled
+ * they allow the user access. Password synchronization is not tackled
  * by digest - just preventing on the wire compromise.
  *
  * Copyright (c) 2003  Robert Collins  <robertc@squid-cache.org>
index 69c2a6c949449243179f6d21c391e62cbcac4fad..d49af11cabcfe7b3da691c5abd6d348f3750a151 100644 (file)
@@ -53,7 +53,7 @@ KRB5_KTNAME=/etc/squid/HTTP.keytab
 export KRB5_KTNAME
 
 If you use a different Kerberos domain than the machine itself is in you can point squid to 
-the seperate Kerberos config file by setting the following environmnet variable in the startup 
+the separate Kerberos config file by setting the following environment variable in the startup 
 script.
 
 KRB5_CONFIG=/etc/krb-squid5.conf
index b31b046c5e26abb56dc7a6f32327d712398a2737..52a86a290a25ad395c08e0f4e80c49039133921f 100644 (file)
@@ -69,7 +69,7 @@ KRB5_KTNAME=/etc/squid/HTTP.keytab
 export KRB5_KTNAME
 
 If you use a different Kerberos domain than the machine itself is in you can point squid to
-the seperate Kerberos config file by setting the following environmnet variable in the startup
+the separate Kerberos config file by setting the following environment variable in the startup
 script.
 
 KRB5_CONFIG=/etc/krb5\-squid.conf
index 989616c91d130841b4faf07ff669034a72eca591..14bc57abf6c0e4223a701e3c1c8dc47f700f6df0 100644 (file)
@@ -49,7 +49,7 @@
  \defgroup IPCacheInternal IP Cache Internals
  \ingroup IPCacheAPI
  \todo  when IP cache is provided as a class. These sub-groups will be obsolete
- *  for now they are used to seperate the public and private functions.
+ *  for now they are used to separate the public and private functions.
  *  with the private ones all being in IPCachInternal and public in IPCacheAPI
  *
  \section InternalOperation Internal Operation
index b3c90af3dab77c2bb3ca041514112fb6d9a87a48..e3aa6d0ecb00d525ef4a8240e8d8f75461787fd0 100755 (executable)
@@ -18,7 +18,7 @@ log_db_daemon - Database logging daemon for Squid
 
 log_db_daemon DSN [options]
 
-=head1 DESCRIPTOIN
+=head1 DESCRIPTION
 
 This program writes Squid access.log entries to a database.
 Presently only accepts the B<squid> native format
@@ -373,7 +373,7 @@ To distinguish only between HITs and MISSes:
     WHERE squid_request_status LIKE '%MISS%')
     /
     (SELECT COUNT(*) FROM access_log)*100
-    AS pecentage;
+    AS percentage;
 
 =item Response time ranges
 
@@ -433,7 +433,7 @@ Indexes should be created according to the queries that are more frequently run.
 
 This script currently implements only the C<L> (i.e. "append a line to the log") command, therefore the log lines are never purged from the table. This approach has an obvious scalability problem.
 
-One solution would be to implement e.g. the "rotate log" command in a way that would calculate some summary values, put them in a "summary table" and then delete the lines used to caluclate those values.
+One solution would be to implement e.g. the "rotate log" command in a way that would calculate some summary values, put them in a "summary table" and then delete the lines used to calculate those values.
 
 Similar cleanup code could be implemented in an external script and run periodically independently from squid log commands.
 
index 8d74a80c37151a06d65d5694bfc671626c186d55..44c25cae463aa7dd6524be64f9c1d30d667acdb0 100644 (file)
@@ -34,7 +34,7 @@ is an installed binary.
 Because the generation and signing of SSL certificates takes time
 Squid must use external process to handle the work.
 .
-This process generates new SSL certificates and uses a disk cache of certificatess
+This process generates new SSL certificates and uses a disk cache of certificates
 to improve response times on repeated requests.
 Communication occurs via TCP sockets bound to the loopback interface.
 .
@@ -123,7 +123,7 @@ After any change to the signing CA in squid.conf be sure to erase and re-initial
 .
 .PP
 For simple configuration the helper defaults can be used.
-Only HTTP listening port options are required to enable generation and set the signign CA certificate.
+Only HTTP listening port options are required to enable generation and set the signing CA certificate.
 For Example:
 .if !'po4a'hide' .RS
 .if !'po4a'hide' .B http_port 3128 ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=@SYSCONFDIR@/ssl_cert/example.com.pem
index 016a888a866aa0cef6fdb204a7d515d3da90402f..02b59b543562979136e3019a307bc11e950b753f 100644 (file)
@@ -29,7 +29,7 @@ Eg:
 Rewrite rules are matched in the same order as they appear in the rules file.
 So for best performance, sort it in order of frequency of occurrence.
 
-This program will automatically detect the existence of a concurrecy channel-ID and adjust appropriately.
+This program will automatically detect the existence of a concurrency channel-ID and adjust appropriately.
 It may be used with any value 0 or above for the store_id_children concurrency= parameter.
 
 =head1 OPTIONS