From cef3a58f86a878b9dfd8f1ef8b40ff52e4b40414 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 30 Mar 2012 11:34:24 +0000 Subject: [PATCH] Use more standard syntax notation, as per https://issues.apache.org/bugzilla/show_bug.cgi?id=52112 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1307367 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_expires.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/mod_expires.xml b/docs/manual/mod/mod_expires.xml index 514f76781d..00edb03a73 100644 --- a/docs/manual/mod/mod_expires.xml +++ b/docs/manual/mod/mod_expires.xml @@ -63,13 +63,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: