Skip to content

Commit

Permalink
xpass: fix function names (#4326)
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored Dec 18, 2024
1 parent 8958b66 commit 4ae1987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/xpass/functions/crypt-checksalt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type class="union"><type>string</type><type>null</type></type><methodname>crypt_preferred_method</methodname>
<type class="union"><type>string</type><type>null</type></type><methodname>crypt_checksalt</methodname>
<methodparam><type>string</type><parameter>salt</parameter></methodparam>
</methodsynopsis>
<para>
Expand Down
2 changes: 1 addition & 1 deletion reference/xpass/functions/crypt-gensalt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type class="union"><type>string</type><type>null</type></type><methodname>crypt_preferred_method</methodname>
<type class="union"><type>string</type><type>null</type></type><methodname>crypt_gensalt</methodname>
<methodparam choice="opt"><type>string</type><parameter>prefix</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>count</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
Expand Down

0 comments on commit 4ae1987

Please sign in to comment.