mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
man: Fix typo in name of sd_id128_to_uuid_string
This commit is contained in:
committed by
Luca Boccassi
parent
1f0acba512
commit
cd12611a88
@@ -44,7 +44,7 @@
|
||||
</funcprototype>
|
||||
|
||||
<funcprototype>
|
||||
<funcdef>char *<function>sd_id128_uuid_string</function></funcdef>
|
||||
<funcdef>char *<function>sd_id128_to_uuid_string</function></funcdef>
|
||||
<paramdef>sd_id128_t <parameter>id</parameter>, char <parameter>s</parameter>[static SD_ID128_UUID_STRING_MAX]</paramdef>
|
||||
</funcprototype>
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
<title>History</title>
|
||||
<para><function>sd_id128_to_string()</function> and
|
||||
<function>sd_id128_from_string()</function> were added in version 187.</para>
|
||||
<para><function>sd_id128_uuid_string()</function> was added in version 251.</para>
|
||||
<para><function>sd_id128_to_uuid_string()</function> was added in version 251.</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
||||
Reference in New Issue
Block a user