You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2002/08/29 13:20:02 UTC

cvs commit: httpd-2.0/docs/manual dso.html.en dso.html.ja.jis dso.html.ko.euc-kr dso.xml

trawick     2002/08/29 04:20:02

  Modified:    docs/manual dso.html.en dso.html.ja.jis dso.html.ko.euc-kr
                        dso.xml
  Log:
  fix the example apxs -i invocation to work with the Apache 2.0 build
  mechanism
  
  PR:               12151
  Submitted by:	  god@ogmc.ru
  Reviewed by:	  Jeff Trawick
  
  Revision  Changes    Path
  1.24      +1 -1      httpd-2.0/docs/manual/dso.html.en
  
  Index: dso.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/dso.html.en,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- dso.html.en	16 Aug 2002 01:19:16 -0000	1.23
  +++ dso.html.en	29 Aug 2002 11:20:02 -0000	1.24
  @@ -95,7 +95,7 @@
   <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>
   $ cd /path/to/3rdparty<br>
   $ apxs -c mod_foo.c<br>
  -$ apxs -i -a -n foo mod_foo.so
  +$ apxs -i -a -n foo mod_foo.la
   </code></td></tr></table></blockquote>
         </li>
       </ol>
  
  
  
  1.2       +1 -1      httpd-2.0/docs/manual/dso.html.ja.jis
  
  Index: dso.html.ja.jis
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/dso.html.ja.jis,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dso.html.ja.jis	12 Jul 2002 11:21:30 -0000	1.1
  +++ dso.html.ja.jis	29 Aug 2002 11:20:02 -0000	1.2
  @@ -153,7 +153,7 @@
   <pre>
   $ cd /path/to/3rdparty
   $ apxs -c mod_foo.c
  -$ apxs -i -a -n foo mod_foo.so
  +$ apxs -i -a -n foo mod_foo.la
   </pre>
               </td>
             </tr>
  
  
  
  1.2       +1 -1      httpd-2.0/docs/manual/dso.html.ko.euc-kr
  
  Index: dso.html.ko.euc-kr
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/dso.html.ko.euc-kr,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dso.html.ko.euc-kr	15 Jun 2002 15:34:06 -0000	1.1
  +++ dso.html.ko.euc-kr	29 Aug 2002 11:20:02 -0000	1.2
  @@ -149,7 +149,7 @@
   <pre>
   $ cd /path/to/3rdparty
   $ apxs -c mod_foo.c
  -$ apxs -i -a -n foo mod_foo.so
  +$ apxs -i -a -n foo mod_foo.la
   </pre>
               </td>
             </tr>
  
  
  
  1.2       +1 -1      httpd-2.0/docs/manual/dso.xml
  
  Index: dso.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/dso.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dso.xml	16 Aug 2002 01:19:16 -0000	1.1
  +++ dso.xml	29 Aug 2002 11:20:02 -0000	1.2
  @@ -113,7 +113,7 @@
   <example>
   $ cd /path/to/3rdparty<br />
   $ apxs -c mod_foo.c<br />
  -$ apxs -i -a -n foo mod_foo.so
  +$ apxs -i -a -n foo mod_foo.la
   </example>
         </li>
       </ol>