From: Lennart Poettering Date: Mon, 28 Oct 2024 22:34:40 +0000 (+0100) Subject: man: fix return parameter type of sd_device_get_device_id() X-Git-Tag: v257-rc1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7f84f76fc903844393a0eee243add572092a791;p=thirdparty%2Fsystemd.git man: fix return parameter type of sd_device_get_device_id() --- diff --git a/man/sd_device_get_syspath.xml b/man/sd_device_get_syspath.xml index d69f3066f03..8856c386449 100644 --- a/man/sd_device_get_syspath.xml +++ b/man/sd_device_get_syspath.xml @@ -113,7 +113,7 @@ int sd_device_get_device_id sd_device *device - uint64_t *ret + const char **ret