Skip to content

Commit

Permalink
hash-file.xml: add the function tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalferov authored Jul 7, 2024
1 parent 5c2a2c9 commit e131dbf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions reference/hash/functions/hash-file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@
<term><parameter>algo</parameter></term>
<listitem>
<para>
Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..). For a list of supported algorithms see <function>hash_algos</function>.
Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..).
For a list of supported algorithms see <function>hash_algos</function>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
URL describing location of file to be hashed; Supports fopen wrappers.
URL describing location of file to be hashed; Supports <function>fopen</function> wrappers.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit e131dbf

Please sign in to comment.