diff options
author | Yoshiki Hayashi <yoshiki@apache.org> | 2004-12-12 03:56:31 +0100 |
---|---|---|
committer | Yoshiki Hayashi <yoshiki@apache.org> | 2004-12-12 03:56:31 +0100 |
commit | efd10643d18a5549d3c8f2d253dbaed826b379c0 (patch) | |
tree | 4fcecdfd92a13639f956b386ee137e2dec3180fc | |
parent | Update Japanese translation. (diff) | |
download | apache2-efd10643d18a5549d3c8f2d253dbaed826b379c0.tar.xz apache2-efd10643d18a5549d3c8f2d253dbaed826b379c0.zip |
FilterDeclare declares.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111628 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/mod_filter.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_filter.xml b/docs/manual/mod/mod_filter.xml index 98a7a92632..584fdacef3 100644 --- a/docs/manual/mod/mod_filter.xml +++ b/docs/manual/mod/mod_filter.xml @@ -105,7 +105,7 @@ <dt>Register Providers</dt> <dd>The <directive module="mod_filter">FilterProvider</directive> directive registers a provider with a filter. The filter may have - been registered with <directive module="mod_filter" + been declared with <directive module="mod_filter" >FilterDeclare</directive>; if not, FilterProvider will implicitly declare it with the default type AP_FTYPE_RESOURCE. The provider must have been |