diff options
author | André Malo <nd@apache.org> | 2011-06-19 11:24:29 +0000 |
---|---|---|
committer | André Malo <nd@apache.org> | 2011-06-19 11:24:29 +0000 |
commit | 73e09fa95a6108b28568889496f9f9b2e52fc994 (patch) | |
tree | 857e6d8a1a42c3701833bb6a2d63f47668523283 | |
parent | 6fb57c93e66b23e33506c447d7096cd44dabdb02 (diff) | |
download | httpd-73e09fa95a6108b28568889496f9f9b2e52fc994.tar.gz |
property and xml fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1137340 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/developer/new_api_2_4.xml | 1 | ||||
-rw-r--r-- | docs/manual/expr.xml | 2 | ||||
-rw-r--r-- | docs/manual/howto/access.xml | 2 | ||||
-rw-r--r-- | docs/manual/mod/mod_authn_socache.xml | 3 | ||||
-rw-r--r-- | docs/manual/mod/mod_data.xml | 2 | ||||
-rw-r--r-- | docs/manual/rewrite/rewritemap.xml | 2 | ||||
-rw-r--r-- | docs/manual/socache.xml | 1 |
7 files changed, 8 insertions, 5 deletions
diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml index 6bce75589f..1d27b554e0 100644 --- a/docs/manual/developer/new_api_2_4.xml +++ b/docs/manual/developer/new_api_2_4.xml @@ -1,6 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> +<!-- $LastChangedRevision$ --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index cd382bfc89..4b4628cffa 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> -<!-- $LastChangedRevision: 1055507 $ --> +<!-- $LastChangedRevision$ --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/howto/access.xml b/docs/manual/howto/access.xml index 084b968e23..7cd538222a 100644 --- a/docs/manual/howto/access.xml +++ b/docs/manual/howto/access.xml @@ -1,7 +1,7 @@ <?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<!-- $LastChangedRevision: 675570 $ --> +<!-- $LastChangedRevision$ --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/mod_authn_socache.xml b/docs/manual/mod/mod_authn_socache.xml index 79515115a9..e1942d78c8 100644 --- a/docs/manual/mod/mod_authn_socache.xml +++ b/docs/manual/mod/mod_authn_socache.xml @@ -1,6 +1,7 @@ - +<?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> +<!-- $LastChangedRevision$ --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mod/mod_data.xml b/docs/manual/mod/mod_data.xml index 0448005baa..0c2c490d36 100644 --- a/docs/manual/mod/mod_data.xml +++ b/docs/manual/mod/mod_data.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<!-- $LastChangedRevision: 966890 $ --> +<!-- $LastChangedRevision$ --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml index d5059521eb..0a8d19ce7f 100644 --- a/docs/manual/rewrite/rewritemap.xml +++ b/docs/manual/rewrite/rewritemap.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?> -<!-- $LastChangedRevision: 882992 $ --> +<!-- $LastChangedRevision$ --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with diff --git a/docs/manual/socache.xml b/docs/manual/socache.xml index 36fb4d6ba6..7914d31f31 100644 --- a/docs/manual/socache.xml +++ b/docs/manual/socache.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?> +<!-- $LastChangedRevision$ --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more |