diff --git a/docs/manual/mod/mod_auth_basic.xml b/docs/manual/mod/mod_auth_basic.xml
index d02bbc6d5a..b60ac91b03 100644
--- a/docs/manual/mod/mod_auth_basic.xml
+++ b/docs/manual/mod/mod_auth_basic.xml
@@ -41,7 +41,6 @@
AuthName
AuthType
Require
-Match
Authentication howto
diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml
index 8e06f6b9d7..8dad0c1dcc 100644
--- a/docs/manual/mod/mod_auth_digest.xml
+++ b/docs/manual/mod/mod_auth_digest.xml
@@ -38,7 +38,6 @@
AuthName
AuthType
Require
-Match
Authentication howto
Using Digest Authentication
diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml
index 03a05005ce..84d8483111 100644
--- a/docs/manual/mod/mod_auth_form.xml
+++ b/docs/manual/mod/mod_auth_form.xml
@@ -265,7 +265,7 @@
One option is to use the mod_include module along with the
- KeptBodySize directive, along with a suitable
+ KeptBodySize directive, along with a suitable
CGI script to embed the variables in the form.
Another option is to render the login form using a CGI script or other dynamic
@@ -529,7 +529,7 @@ lower level modules
AuthFormMethod,
AuthFormMimetype and
AuthFormBody, you probably want to set this
- field to a similar size as the KeptBodySize
+ field to a similar size as the KeptBodySize
directive.