chiark / gitweb /
sysusers: add minimal tool to reconstruct /etc/passwd and /etc/group from static...
[elogind.git] / man / sd_id128_get_machine.xml
index 039c1dd64cb96cd11c7987997ff39e82f2f34203..164fcb73a5ddbaf7b6c7f45fd49ae8190d50b15b 100644 (file)
@@ -45,7 +45,7 @@
         <refnamediv>
                 <refname>sd_id128_get_machine</refname>
                 <refname>sd_id128_get_boot</refname>
-                <refpurpose>Retrieve 128 bit IDs</refpurpose>
+                <refpurpose>Retrieve 128-bit IDs</refpurpose>
         </refnamediv>
 
         <refsynopsisdiv>
 
                         <funcprototype>
                                 <funcdef>int <function>sd_id128_get_machine</function></funcdef>
-                                <paramdef>sd_id128_t<parameter>ret</parameter></paramdef>
+                                <paramdef>sd_id128_t *<parameter>ret</parameter></paramdef>
                         </funcprototype>
 
                         <funcprototype>
                                 <funcdef>int <function>sd_id128_get_boot</function></funcdef>
-                                <paramdef>sd_id128_t<parameter>ret</parameter></paramdef>
+                                <paramdef>sd_id128_t *<parameter>ret</parameter></paramdef>
                         </funcprototype>
 
                 </funcsynopsis>
                 <function>sd_id128_get_boot()</function> always returns
                 a UUID v4 compatible
                 ID. <function>sd_id128_get_machine()</function> will
-                also return a UUID v4 compatible ID on new
-                installations, but might not on older. It is possible
-                to convert the machine ID into an UUID v4 compatible
-                one. For more information see
+                also return a UUID v4-compatible ID on new
+                installations but might not on older. It is possible
+                to convert the machine ID into a UUID v4-compatible
+                one. For more information, see
                 <citerefentry><refentrytitle>machine-id</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
 
                 <para>For more information about the
 
                 <para>The <function>sd_id128_get_machine()</function>
                 and <function>sd_id128_get_boot()</function>
-                interfaces are available as shared library, which can
+                interfaces are available as shared library, which can
                 be compiled and linked to with the
-                <literal>libsystemd-id128</literal>
-                <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+                <literal>libsystemd</literal> <citerefentry><refentrytitle>pkg-config</refentrytitle><manvolnum>1</manvolnum></citerefentry>
                 file.</para>
         </refsect1>