projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3140d79
)
sha1 now does hex encoding
author
Stefan Fritsch
<sf@apache.org>
Mon, 18 Mar 2013 21:06:39 +0000
(21:06 +0000)
committer
Stefan Fritsch
<sf@apache.org>
Mon, 18 Mar 2013 21:06:39 +0000
(21:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1457995
13f79535
-47bb-0310-9956-
ffa450edef68
docs/manual/expr.xml
patch
|
blob
|
history
diff --git
a/docs/manual/expr.xml
b/docs/manual/expr.xml
index 790463f8a843af2522ecfc76ce088d7dfe2ccd9e..50cdf9b84cecd6883f89b2869a940b521112dcb8 100644
(file)
--- a/
docs/manual/expr.xml
+++ b/
docs/manual/expr.xml
@@
-482,7
+482,7
@@
listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
<td>Decode base64 encoded string, return truncated string if 0x00 is
found</td><td></td></tr>
<tr><td><code>sha1</code></td>
- <td>Hash the string using SHA1, then encode the hash with
base64
+ <td>Hash the string using SHA1, then encode the hash with
hexadecimal
encoding</td><td></td></tr>
<tr><td><code>file</code></td>
<td>Read contents from a file</td><td>yes</td></tr>