]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix return parameter type of sd_device_get_device_id()
authorLennart Poettering <lennart@poettering.net>
Mon, 28 Oct 2024 22:34:40 +0000 (23:34 +0100)
committerMike Yuan <me@yhndnzj.com>
Mon, 28 Oct 2024 23:19:16 +0000 (00:19 +0100)
man/sd_device_get_syspath.xml

index d69f3066f03c389ba4e42c19bb18a9dd2bc554a0..8856c38644917274cf26391bff7c61bf43bb33d4 100644 (file)
       <funcprototype>
         <funcdef>int <function>sd_device_get_device_id</function></funcdef>
         <paramdef>sd_device *<parameter>device</parameter></paramdef>
-        <paramdef>uint64_t *<parameter>ret</parameter></paramdef>
+        <paramdef>const char **<parameter>ret</parameter></paramdef>
       </funcprototype>
 
     </funcsynopsis>