]> granicus.if.org Git - apache/commitdiff
minor doc changes already on 2.2 branch
authorRoy T. Fielding <fielding@apache.org>
Thu, 1 Dec 2005 07:51:52 +0000 (07:51 +0000)
committerRoy T. Fielding <fielding@apache.org>
Thu, 1 Dec 2005 07:51:52 +0000 (07:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@350202 13f79535-47bb-0310-9956-ffa450edef68

LAYOUT
README
modules/ssl/README

diff --git a/LAYOUT b/LAYOUT
index 8385e67f0f45245af70b0bd5f7ecb37c2e5a528f..fc2b8bf810f436ce1553e3d1970b258c8766f113 100644 (file)
--- a/LAYOUT
+++ b/LAYOUT
@@ -163,11 +163,7 @@ server/ .................
 
     experimental/ ........... 
 
-      leader/ ................. 
-
-      perchild/ ............... 
-
-      threadpool/ ............. 
+      event/ ................. 
 
     mpmt_os2/ ............... 
 
diff --git a/README b/README
index 59217a37d9bcd584146e92de7f6a3d5570851e01..4fe212aa00528988ac281e5bf2041f4fd0e4f757 100644 (file)
--- a/README
+++ b/README
      o If you want to be informed about new code releases, bug fixes,
        security fixes, general news and information about the Apache server
        subscribe to the apache-announce mailing list as described under
-       http://httpd.apache.org/lists.html#http-announce
+       <http://httpd.apache.org/lists.html#http-announce>
 
      o If you want freely available support for running Apache please join the
        Apache user community by subscribing to Users Mailing List at
-       http://httpd.apache.org/userslist.html or one of the following USENET
-       newsgroups:
-       comp.infosystems.www.servers.unix
-       comp.infosystems.www.servers.ms-windows
+       <http://httpd.apache.org/userslist.html> or one of the following
+       USENET newsgroups:
+         comp.infosystems.www.servers.unix
+         comp.infosystems.www.servers.ms-windows
        Also available at: 
-       http://groups.google.com/groups?group=comp.infosystems.www.servers
+         <http://groups.google.com/groups?group=comp.infosystems.www.servers>
 
      o If you want commercial support for running Apache please contact
        one of the companies and contractors which are listed at
-       http://www.apache.org/info/support.cgi
+       <http://www.apache.org/info/support.cgi>
 
      o If you have a concrete bug report for Apache please go to the
        Apache Group Bug Database and submit your report:
-       http://httpd.apache.org/bug_report.html
+       <http://httpd.apache.org/bug_report.html>
 
      o If you want to participate in actively developing Apache please
        subscribe to the `dev@httpd.apache.org' mailing list as described at
-       http://www.apache.org/lists.html#http-dev
+       <http://httpd.apache.org/lists.html#http-dev>
 
   Acknowledgments
   ----------------
index 5f9421cf50895a05ddce2b7d7ea52f6375b9d7f5..49ef6623ea136af342c23fac49c166d4233d3de7 100644 (file)
@@ -13,7 +13,7 @@ SYNOPSIS
 
 SOURCES
 
- See the top-level LAYOUT file in httpd-2.1 for file descriptions.
+ See the top-level LAYOUT file for file descriptions.
 
  The source files are written in clean ANSI C and pass the ``gcc -O -g
  -ggdb3 -Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes
@@ -74,7 +74,7 @@ INCOMPATIBILITIES
 MAJOR CHANGES 
 
  For a complete history of changes for Apache 2 mod_ssl, see the 
- CHANGES file in the top-level httpd-2.1 directory.  The following 
+ CHANGES file in the top-level directory.  The following 
  is a condensed summary of the major changes were made between 
  mod_ssl 2.x from Apache 1.3 and this mod_ssl version for Apache 2:
 
@@ -104,4 +104,4 @@ MAJOR CHANGES
 
 TODO
 
- See the top-level STATUS file in httpd-2.1 for current efforts and goals.
+ See the top-level STATUS file for current efforts and goals.