Skip to content

Commit

Permalink
hash-file.xml: add the literal tag to the algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
mumumu committed Jul 27, 2024
1 parent 0ab7161 commit 1efc810
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
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a027e69cf7db9c535d25b423ff8543302ef7aa89 Maintainer: takagi Status: ready -->
<!-- EN-Revision: 0cd7bb8f32b6e319cccb36059e65946cea04608e Maintainer: takagi Status: ready -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<!-- Credits: mumumu -->
<refentry xml:id="function.hash-file" xmlns="http://docbook.org/ns/docbook">
Expand All @@ -27,7 +27,8 @@
<term><parameter>algo</parameter></term>
<listitem>
<para>
選択したアルゴリズムの名前 (すなわち "md5"、"sha256"、"haval160,4" など…)。
選択したアルゴリズムの名前 (すなわち <literal>md5</literal>, <literal>sha256</literal>,
<literal>haval160,4</literal> など…)。
サポートされているアルゴリズムの一覧は <function>hash_algos</function> を参照ください。
</para>
</listitem>
Expand Down

0 comments on commit 1efc810

Please sign in to comment.