diff options
author | Andrew Eikum <aeikum@codeweavers.com> | 2016-03-30 10:10:36 -0500 |
---|---|---|
committer | Andrew Eikum <aeikum@codeweavers.com> | 2016-03-30 10:10:36 -0500 |
commit | 7f7341e31fa29e63bd081d4bc2100c82e6da9199 (patch) | |
tree | d60d43899be298da8f8821fd655491e3f7cd954b | |
parent | f5924cab7f06aea71cbbe4ea7839fcfba3b93c66 (diff) |
man: Fix documented parameters for udev_device_get_ functions
-rw-r--r-- | man/udev_device_get_syspath.xml | 4 |
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> |