Skip to content

Commit 4ae1987

Browse files
authored
xpass: fix function names (#4326)
1 parent 8958b66 commit 4ae1987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/xpass/functions/crypt-checksalt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<refsect1 role="description">
1111
&reftitle.description;
1212
<methodsynopsis>
13-
<type class="union"><type>string</type><type>null</type></type><methodname>crypt_preferred_method</methodname>
13+
<type class="union"><type>string</type><type>null</type></type><methodname>crypt_checksalt</methodname>
1414
<methodparam><type>string</type><parameter>salt</parameter></methodparam>
1515
</methodsynopsis>
1616
<para>

reference/xpass/functions/crypt-gensalt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<refsect1 role="description">
1111
&reftitle.description;
1212
<methodsynopsis>
13-
<type class="union"><type>string</type><type>null</type></type><methodname>crypt_preferred_method</methodname>
13+
<type class="union"><type>string</type><type>null</type></type><methodname>crypt_gensalt</methodname>
1414
<methodparam choice="opt"><type>string</type><parameter>prefix</parameter><initializer>&null;</initializer></methodparam>
1515
<methodparam choice="opt"><type>int</type><parameter>count</parameter><initializer>0</initializer></methodparam>
1616
</methodsynopsis>

0 commit comments

Comments
 (0)