summaryrefslogtreecommitdiff
path: root/man/udev_enumerate_new.xml
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2023-01-15 18:24:39 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-01-16 18:27:15 +0900
commit4b2e6892cb306f146d9bc54c6e3bef7ff0bfdd4c (patch)
tree3656920e8f5d29c1ed37d05100aaa7e68755259e /man/udev_enumerate_new.xml
parent67b65ac62de7eb3711cee7e8bc4fc934bda98452 (diff)
downloadsystemd-4b2e6892cb306f146d9bc54c6e3bef7ff0bfdd4c.tar.gz
man: udev_enumerate_new: fix typo
Diffstat (limited to 'man/udev_enumerate_new.xml')
-rw-r--r--man/udev_enumerate_new.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/udev_enumerate_new.xml b/man/udev_enumerate_new.xml
index 3360cf0454..4a96168027 100644
--- a/man/udev_enumerate_new.xml
+++ b/man/udev_enumerate_new.xml
@@ -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.