You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2004/03/25 20:28:57 UTC

cvs commit: httpd-2.0/docs/manual install.html.en install.xml

slive       2004/03/25 11:28:57

  Modified:    docs/manual install.html.en install.xml
  Log:
  A type fix and a precision about what prefix means.
  
  Revision  Changes    Path
  1.74      +5 -5      httpd-2.0/docs/manual/install.html.en
  
  Index: install.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/install.html.en,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -d -b -u -r1.73 -r1.74
  --- install.html.en	25 Mar 2004 19:16:20 -0000	1.73
  +++ install.html.en	25 Mar 2004 19:28:57 -0000	1.74
  @@ -175,7 +175,7 @@
       source releases.  If you do download a binary, follow the instructions
       in the <code>INSTALL.bindist</code> file inside the distribution.</p>
   
  -    <p>After downloading, it is important to verify that you ahve a
  +    <p>After downloading, it is important to verify that you have a
       complete and unmodified version of the Apache HTTP Server. This
       can be accomplished by testing the downloaded tarball against the
       PGP signature.  Details on how to do this are available on the <a href="http://httpd.apache.org/download.cgi#verify">download
  @@ -216,10 +216,10 @@
       options, <code>configure</code> accepts a variety of variables
       and command line options.</p>
   
  -    <p>The most important option is the location prefix where Apache
  -    is to be installed later, because Apache has to be configured for
  -    this location to work correctly.  More fine-tuned control of the
  -    location of files is possible with additional <a href="programs/configure.html#installationdirectories">configure
  +    <p>The most important option is the location <code>--prefix</code>
  +    where Apache is to be installed later, because Apache has to be
  +    configured for this location to work correctly.  More fine-tuned
  +    control of the location of files is possible with additional <a href="programs/configure.html#installationdirectories">configure
       options</a>.</p>
   
       <p>Also at this point, you can specify which <a href="programs/configure.html#optionalfeatures">features</a> you
  
  
  
  1.27      +5 -5      httpd-2.0/docs/manual/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/install.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -d -b -u -r1.26 -r1.27
  --- install.xml	25 Mar 2004 19:16:20 -0000	1.26
  +++ install.xml	25 Mar 2004 19:28:57 -0000	1.27
  @@ -174,7 +174,7 @@
       source releases.  If you do download a binary, follow the instructions
       in the <code>INSTALL.bindist</code> file inside the distribution.</p>
   
  -    <p>After downloading, it is important to verify that you ahve a
  +    <p>After downloading, it is important to verify that you have a
       complete and unmodified version of the Apache HTTP Server. This
       can be accomplished by testing the downloaded tarball against the
       PGP signature.  Details on how to do this are available on the <a
  @@ -218,10 +218,10 @@
       options, <code>configure</code> accepts a variety of variables
       and command line options.</p>
   
  -    <p>The most important option is the location prefix where Apache
  -    is to be installed later, because Apache has to be configured for
  -    this location to work correctly.  More fine-tuned control of the
  -    location of files is possible with additional <a
  +    <p>The most important option is the location <code>--prefix</code>
  +    where Apache is to be installed later, because Apache has to be
  +    configured for this location to work correctly.  More fine-tuned
  +    control of the location of files is possible with additional <a
       href="programs/configure.html#installationdirectories">configure
       options</a>.</p>