You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2002/05/31 12:53:54 UTC

cvs commit: httpd-2.0/docs/manual dso.html

yoshiki     2002/05/31 03:53:54

  Modified:    docs/manual dso.html
  Log:
  Fix typo.
  
  Revision  Changes    Path
  1.22      +1 -1      httpd-2.0/docs/manual/dso.html
  
  Index: dso.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/dso.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- dso.html	22 Sep 2001 18:53:20 -0000	1.21
  +++ dso.html	31 May 2002 10:53:54 -0000	1.22
  @@ -63,7 +63,7 @@
       href="mod/mod_so.html"><code>mod_so.c</code></a> which must be
       statically compiled into the Apache core. It is the only module
       besides <code>core.c</code> which cannot be put into a DSO
  -    itself. Practically all other distributed Apache modules then
  +    itself. Practically all other distributed Apache modules
       can then be placed into a DSO by individually enabling the DSO
       build for them via <code>configure</code>'s
       <code>--enable-<i>module</i>=shared</code> option as disucussed