From: Rich Bowen
Date: Fri, 30 Mar 2012 11:26:19 +0000 (+0000)
Subject: Use more standard options syntax, as per https://issues.apache.org/bugzilla/show_bug...
X-Git-Tag: 2.5.0-alpha~7291
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23fe127e8759bca923e1ed21919ce9e2f1a0785b;p=thirdparty%2Fapache%2Fhttpd.git
Use more standard options syntax, as per https://issues.apache.org/bugzilla/show_bug.cgi?id=52112
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1307363 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_expires.xml b/docs/manual/mod/mod_expires.xml
index 514f76781d1..e91b76e61ff 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:
access
@@ -80,9 +80,9 @@ criteria
modification
- 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: