From a25e31e014caab61de91011ce1a5b242065b193c Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Thu, 10 May 2012 11:11:49 +0000
Subject: [PATCH] Fix up some examples
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1336590 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_auth_form.xml | 2 +-
docs/manual/mod/mod_cern_meta.xml | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/manual/mod/mod_auth_form.xml b/docs/manual/mod/mod_auth_form.xml
index 6817de517aa..23966b8b07c 100644
--- a/docs/manual/mod/mod_auth_form.xml
+++ b/docs/manual/mod/mod_auth_form.xml
@@ -278,7 +278,7 @@ SessionCryptoPassphrase secret
CGI example
AuthFormProvider file
- ErrorDocument 401 /cgi-bin/login.cgi
+ ErrorDocument 401 /cgi-bin/login.cgi
...
diff --git a/docs/manual/mod/mod_cern_meta.xml b/docs/manual/mod/mod_cern_meta.xml
index e25f75782bd..ce40d7b4eb7 100644
--- a/docs/manual/mod/mod_cern_meta.xml
+++ b/docs/manual/mod/mod_cern_meta.xml
@@ -112,7 +112,9 @@ meta information
information.
Example:
+
MetaSuffix .meta
+
--
2.47.3