summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-10-28 23:34:40 +0100
committerMike Yuan <me@yhndnzj.com>2024-10-29 00:19:16 +0100
commitb7f84f76fc903844393a0eee243add572092a791 (patch)
treed2e9fda036ebbe864f5c203390946809720bab53
parentsocket: support setting ownership of message queues (diff)
downloadsystemd-b7f84f76fc903844393a0eee243add572092a791.tar.xz
systemd-b7f84f76fc903844393a0eee243add572092a791.zip
man: fix return parameter type of sd_device_get_device_id()
-rw-r--r--man/sd_device_get_syspath.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_device_get_syspath.xml b/man/sd_device_get_syspath.xml
index d69f3066f0..8856c38644 100644
--- a/man/sd_device_get_syspath.xml
+++ b/man/sd_device_get_syspath.xml
@@ -113,7 +113,7 @@
<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>