]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: udev_enumerate_new: fix typo
authorUlrich Ölmann <u.oelmann@pengutronix.de>
Sun, 15 Jan 2023 17:24:39 +0000 (18:24 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Jan 2023 09:27:15 +0000 (18:27 +0900)
man/udev_enumerate_new.xml

index 3360cf04540993bcb18e26d9a2726f35a91093fc..4a961680275d61650c4c6f0112e94d4d60a2c36f 100644 (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.