From 60ea49d67b37baf06a11334151d42f635ab621f5 Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sun, 8 Mar 2009 14:26:45 +0000 Subject: [PATCH] Small typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@751431 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_include.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 466d75cc4e..332e9fbd8c 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -154,7 +154,7 @@ module="mod_include">SSIErrorMsg directives.
sizefmt
-
The value sets the format to be used which displaying +
The value sets the format to be used when displaying the size of a file. Valid values are bytes for a count in bytes, or abbrev for a count in Kb or Mb as appropriate, for example a size of 1024 bytes @@ -169,7 +169,7 @@
The echo Element

This command prints one of the include - variables, defined below. If the variable is unset, the result is + variables defined below. If the variable is unset, the result is determined by the SSIUndefinedEcho directive. Any dates printed are subject to the currently configured timefmt.

@@ -500,7 +500,7 @@ else or endif element is included in the output stream.

-

The elif or else statements are be used +

The elif or else statements are used to put text into the output stream if the original test_condition was false. These elements are optional.

-- 2.50.1