From: Erik Abele Date: Wed, 12 Nov 2003 00:39:52 +0000 (+0000) Subject: Fix some typos. X-Git-Tag: 2.0.49~385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d109ab9e206f1878658d993a98acd5ce77d785d;p=thirdparty%2Fapache%2Fhttpd.git Fix some typos. Submitted by: Iikka Meril��inen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101760 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/configure.html.en b/docs/manual/programs/configure.html.en index c9b4553dadf..cb2f5d88853 100644 --- a/docs/manual/programs/configure.html.en +++ b/docs/manual/programs/configure.html.en @@ -22,7 +22,7 @@

The configure script configures the source tree - for compiling and installing the Apache HTTP Server at your + for compiling and installing the Apache HTTP Server on your particular platform. Various options allow the compilation of a server corresponding to your personal requirements.

@@ -44,7 +44,7 @@

./configure [OPTION]... [VAR=VALUE]...

-

To assign environment variables (e.g., CC, +

To assign environment variables (e.g. CC, CFLAGS ...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables.

@@ -278,7 +278,7 @@ explicitly while other modules have to be enabled explicitly or by using the keywords most or all (see --enable-mods-shared below for further explanation) to be - available. Therefor use the options below.

+ available. Therefore use the options below.

--disable-actions
@@ -334,7 +334,7 @@
Disable the HTTP protocol handling. The http module is a basic one, enabling the server to function as an HTTP server. It is only useful to disable it if you want to use another protocol module - instead. Don't disable this module until you are really sure + instead. Don't disable this module unless you are really sure what you are doing.
Note: This module will always be linked statically.
@@ -539,7 +539,7 @@
--enable-so
Enable DSO capability provided by mod_so. This - module will automatically enabled if you use the + module will be automatically enabled if you use the --enable-mods-shared option.
--enable-speling
@@ -568,8 +568,8 @@ configure is considering module-file to be a an absolute file path and tries to copy the source file into the module-type subdirectory.

-

This option is useful to add small external modules consiting of - one source file. For bigger modules you should read the vendors +

This option is useful to add small external modules consisting of + one source file. For bigger modules you should read the vendor's documentation.

Note

If you want to build a DSO module instead of a statically linked use @@ -631,7 +631,7 @@ httpd.conf. The default is 80.
--with-program-name
-
Define an alternate executable name.
+
Define an alternative executable name.
@@ -698,8 +698,8 @@
--enable-static-support
Build a statically linked version of the support binaries. This - means, a stand-alone executable will be build with all necessary - libraries are integrated. Otherwise the support binaries are linked + means, a stand-alone executable will be built with all the necessary + libraries integrated. Otherwise the support binaries are linked dynamically by default.
--enable-suexec
@@ -784,7 +784,7 @@
--with-suexec-umask
Set umask for processes started by suexec. - It default to your system settings.
+ It defaults to your system settings.
diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index d801c957854..5a2cfb85681 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -8,7 +8,7 @@

The configure script configures the source tree - for compiling and installing the Apache HTTP Server at your + for compiling and installing the Apache HTTP Server on your particular platform. Various options allow the compilation of a server corresponding to your personal requirements.

@@ -27,7 +27,7 @@

./configure [OPTION]... [VAR=VALUE]...

-

To assign environment variables (e.g., CC, +

To assign environment variables (e.g. CC, CFLAGS ...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables.

@@ -262,7 +262,7 @@ explicitly while other modules have to be enabled explicitly or by using the keywords most or all (see --enable-mods-shared below for further explanation) to be - available. Therefor use the options below.

+ available. Therefore use the options below.

--disable-actions
@@ -319,7 +319,7 @@
Disable the HTTP protocol handling. The http module is a basic one, enabling the server to function as an HTTP server. It is only useful to disable it if you want to use another protocol module - instead. Don't disable this module until you are really sure + instead. Don't disable this module unless you are really sure what you are doing.
Note: This module will always be linked statically.
@@ -524,7 +524,7 @@
--enable-so
Enable DSO capability provided by mod_so. This - module will automatically enabled if you use the + module will be automatically enabled if you use the --enable-mods-shared option.
--enable-speling
@@ -553,8 +553,8 @@ configure is considering module-file to be a an absolute file path and tries to copy the source file into the module-type subdirectory.

-

This option is useful to add small external modules consiting of - one source file. For bigger modules you should read the vendors +

This option is useful to add small external modules consisting of + one source file. For bigger modules you should read the vendor's documentation.

Note If you want to build a DSO module instead of a statically linked use @@ -619,7 +619,7 @@ httpd.conf. The default is 80.
--with-program-name
-
Define an alternate executable name.
+
Define an alternative executable name.
@@ -687,8 +687,8 @@
--enable-static-support
Build a statically linked version of the support binaries. This - means, a stand-alone executable will be build with all necessary - libraries are integrated. Otherwise the support binaries are linked + means, a stand-alone executable will be built with all the necessary + libraries integrated. Otherwise the support binaries are linked dynamically by default.
--enable-suexec
@@ -781,7 +781,7 @@
--with-suexec-umask
Set umask for processes started by suexec. - It default to your system settings.
+ It defaults to your system settings.