man: udev_enumerate_new: fix typo

This commit is contained in:
Ulrich Ölmann 2023-01-15 18:24:39 +01:00 committed by Yu Watanabe
parent 67b65ac62d
commit 4b2e6892cb

View File

@ -59,7 +59,7 @@
<title>Return Value</title>
<para>On success, <function>udev_enumerate_new()</function> returns a
pointer to the allocated udev monitor. On failure,
pointer to the allocated enumeration object. On failure,
<constant>NULL</constant> is returned.
<function>udev_enumerate_ref()</function> returns the argument
that it was passed, unmodified.