summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Eikum <aeikum@codeweavers.com>2016-03-30 10:10:36 -0500
committerAndrew Eikum <aeikum@codeweavers.com>2016-03-30 10:10:36 -0500
commit7f7341e31fa29e63bd081d4bc2100c82e6da9199 (patch)
treed60d43899be298da8f8821fd655491e3f7cd954b
parentf5924cab7f06aea71cbbe4ea7839fcfba3b93c66 (diff)
downloadsystemd-7f7341e31fa29e63bd081d4bc2100c82e6da9199.tar.gz
man: Fix documented parameters for udev_device_get_ functions
-rw-r--r--man/udev_device_get_syspath.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/udev_device_get_syspath.xml b/man/udev_device_get_syspath.xml
index ca9763fedf..b54749ed56 100644
--- a/man/udev_device_get_syspath.xml
+++ b/man/udev_device_get_syspath.xml
@@ -127,6 +127,8 @@
<funcprototype>
<funcdef>struct udev_device *<function>udev_device_get_parent_with_subsystem_devtype</function></funcdef>
<paramdef>struct udev_device *<parameter>udev_device</parameter></paramdef>
+ <paramdef>const char *<parameter>subsystem</parameter></paramdef>
+ <paramdef>const char *<parameter>devtype</parameter></paramdef>
</funcprototype>
<funcprototype>
@@ -137,8 +139,6 @@
<funcprototype>
<funcdef>const char *<function>udev_device_get_action</function></funcdef>
<paramdef>struct udev_device *<parameter>udev_device</parameter></paramdef>
- <paramdef>const char *<parameter>subsystem</parameter></paramdef>
- <paramdef>const char *<parameter>devtype</parameter></paramdef>
</funcprototype>
</funcsynopsis>