diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-10-28 23:34:40 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-10-29 00:19:16 +0100 |
commit | b7f84f76fc903844393a0eee243add572092a791 (patch) | |
tree | d2e9fda036ebbe864f5c203390946809720bab53 | |
parent | socket: support setting ownership of message queues (diff) | |
download | systemd-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.xml | 2 |
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> |