From: Lennart Poettering Date: Wed, 20 Jul 2016 07:17:33 +0000 (+0200) Subject: man: document a tiny bit better what udev_device_get_is_initialized() actually returns X-Git-Tag: v231~36^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=891a15cab2d9df187bb55903223bc2a569cf9f5d;p=thirdparty%2Fsystemd.git man: document a tiny bit better what udev_device_get_is_initialized() actually returns --- diff --git a/man/udev_device_get_syspath.xml b/man/udev_device_get_syspath.xml index b54749ed56d..014f43b21ce 100644 --- a/man/udev_device_get_syspath.xml +++ b/man/udev_device_get_syspath.xml @@ -184,10 +184,10 @@ to such a parent device. On failure, NULL is returned. - On success, udev_device_get_is_initialized() - returns either 1 or 0, - depending on whether the passed device is initialized or not. On - failure, a negative error code is returned. + On success, udev_device_get_is_initialized() returns either 1 or + 0, depending on whether the passed device has already been initialized by udev or not. On + failure, a negative error code is returned. Note that devices for which no udev rules are defined are never + reported initialized.