You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2013/03/18 22:06:40 UTC

svn commit: r1457995 - /httpd/httpd/trunk/docs/manual/expr.xml

Author: sf
Date: Mon Mar 18 21:06:39 2013
New Revision: 1457995

URL: http://svn.apache.org/r1457995
Log:
sha1 now does hex encoding

Modified:
    httpd/httpd/trunk/docs/manual/expr.xml

Modified: httpd/httpd/trunk/docs/manual/expr.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.xml?rev=1457995&r1=1457994&r2=1457995&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/expr.xml (original)
+++ httpd/httpd/trunk/docs/manual/expr.xml Mon Mar 18 21:06:39 2013
@@ -482,7 +482,7 @@ listfunction ::= listfuncname "<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>