From 25df20204bb19d13f321e58fd204796bc0caf85b Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 30 Mar 2012 11:27:43 +0000 Subject: [PATCH] Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1307364 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_expires.html.en | 14 +++++++------- docs/manual/mod/mod_expires.html.fr | 2 ++ docs/manual/mod/mod_expires.xml.fr | 2 +- docs/manual/mod/mod_expires.xml.ja | 2 +- docs/manual/mod/mod_expires.xml.ko | 2 +- docs/manual/mod/mod_expires.xml.meta | 2 +- 6 files changed, 13 insertions(+), 11 deletions(-) diff --git a/docs/manual/mod/mod_expires.html.en b/docs/manual/mod/mod_expires.html.en index 099ef14c34..dd697df75a 100644 --- a/docs/manual/mod/mod_expires.html.en +++ b/docs/manual/mod/mod_expires.html.en @@ -75,13 +75,13 @@ criteria can also be defined in a more readable syntax of the form:

- ExpiresDefault "<base> [plus] {<num> - <type>}*"
- ExpiresByType type/encoding "<base> [plus] - {<num> <type>}*" + ExpiresDefault "base [plus num type] + [num type] ..."
+ ExpiresByType type/encoding "base [plus num type] + [num type] ..."

-

where <base> is one of:

+

where base is one of:

-

The plus keyword is optional. <num> +

The plus keyword is optional. num should be an integer value [acceptable to atoi()], - and <type> is one of:

+ and type is one of: