summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-12-10 22:26:00 +0100
committerStefan Fritsch <sf@apache.org>2011-12-10 22:26:00 +0100
commite0a5a7882ed8b09b9384de5f2b32acc1d1db0ad9 (patch)
tree6a62c739f3fa1867e242c3a95699e02d79f09b1a /docs
parentTypos (diff)
downloadapache2-e0a5a7882ed8b09b9384de5f2b32acc1d1db0ad9.tar.xz
apache2-e0a5a7882ed8b09b9384de5f2b32acc1d1db0ad9.zip
Fix names of unary operators like '-s' being compared case insensitively.
Improve error message if op or function is not found. Document '-s' operator. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1212883 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/expr.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml
index 9b18d7faf7..bdb3e687bd 100644
--- a/docs/manual/expr.xml
+++ b/docs/manual/expr.xml
@@ -374,6 +374,9 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
<tr><td><code>-f</code></td>
<td>The argument is treated as a filename.
True if the file exists and is regular file</td><td>yes</td></tr>
+ <tr><td><code>-s</code></td>
+ <td>The argument is treated as a filename.
+ True if the file exists and is not empty</td><td>yes</td></tr>
<tr><td><code>-L</code></td>
<td>The argument is treated as a filename.
True if the file exists and is symlink</td><td>yes</td></tr>