From: Erik Abele Date: Thu, 19 Sep 2002 21:40:38 +0000 (+0000) Subject: Added ... to module-references. X-Git-Tag: WROWE_2_0_43_PRE1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff5333bd6c3a87f8e8c88417b45b137df9fcbf7;p=thirdparty%2Fapache%2Fhttpd.git Added ... to module-references. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96918 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index 797e54100b8..c2b8c364fa7 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -369,7 +369,7 @@ modified?

Now that we have variables, and are able to set and compare their values, we can use them to express conditionals. This lets SSI be a tiny programming language of sorts. - mod_include provides an if, + mod_include provides an if, elif, else, endif structure for building conditional statements. This allows you to effectively generate multiple logical pages out of one @@ -387,7 +387,7 @@ modified? comparison - either comparing values to one another, or testing the ``truth'' of a particular value. (A given string is true if it is nonempty.) For a full list of the comparison operators - available to you, see the mod_include + available to you, see the mod_include documentation. Here are some examples of how one might use this construct.

diff --git a/docs/manual/howto/ssi.xml b/docs/manual/howto/ssi.xml index a013f9f4f86..28089fb4873 100644 --- a/docs/manual/howto/ssi.xml +++ b/docs/manual/howto/ssi.xml @@ -403,7 +403,7 @@ modified?

Now that we have variables, and are able to set and compare their values, we can use them to express conditionals. This lets SSI be a tiny programming language of sorts. - mod_include provides an if, + mod_include provides an if, elif, else, endif structure for building conditional statements. This allows you to effectively generate multiple logical pages out of one @@ -421,7 +421,7 @@ modified? comparison - either comparing values to one another, or testing the ``truth'' of a particular value. (A given string is true if it is nonempty.) For a full list of the comparison operators - available to you, see the mod_include + available to you, see the mod_include documentation. Here are some examples of how one might use this construct.