]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Fix documented parameters for udev_device_get_ functions 2919/head
authorAndrew Eikum <aeikum@codeweavers.com>
Wed, 30 Mar 2016 15:10:36 +0000 (10:10 -0500)
committerAndrew Eikum <aeikum@codeweavers.com>
Wed, 30 Mar 2016 15:10:36 +0000 (10:10 -0500)
man/udev_device_get_syspath.xml

index ca9763fedf275d3f75cfadaba3f77357a6e1a6e6..b54749ed56deb7e4d428306786fcb4fcca3a6e8c 100644 (file)
       <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>
       <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>