mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
man: document a tiny bit better what udev_device_get_is_initialized() actually returns
This commit is contained in:
parent
13317a22e5
commit
891a15cab2
@ -184,10 +184,10 @@
|
||||
to such a parent device. On failure, <constant>NULL</constant>
|
||||
is returned.</para>
|
||||
|
||||
<para>On success, <function>udev_device_get_is_initialized()</function>
|
||||
returns either <constant>1</constant> or <constant>0</constant>,
|
||||
depending on whether the passed device is initialized or not. On
|
||||
failure, a negative error code is returned.</para>
|
||||
<para>On success, <function>udev_device_get_is_initialized()</function> returns either <constant>1</constant> or
|
||||
<constant>0</constant>, 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.</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user