summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mack <github@zonque.org>2016-03-30 18:58:12 +0200
committerDaniel Mack <github@zonque.org>2016-03-30 18:58:12 +0200
commit97607e1ef95eee75d3ce83001517e6f660c356a0 (patch)
treed60d43899be298da8f8821fd655491e3f7cd954b
parentf5924cab7f06aea71cbbe4ea7839fcfba3b93c66 (diff)
parent7f7341e31fa29e63bd081d4bc2100c82e6da9199 (diff)
downloadsystemd-97607e1ef95eee75d3ce83001517e6f660c356a0.tar.gz
Merge pull request #2919 from ColdPie1/udev_get_parent_docs
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>