diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 2 | ||||
-rw-r--r-- | man/udev_device_get_syspath.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 8611c0032d..b2e1d40287 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -205,7 +205,7 @@ </listitem> </varlistentry> <varlistentry> - <term><varname>IAIDValue=</varname></term> + <term><varname>IAID=</varname></term> <listitem> <para>Identity Association Identifier for the interface, a 32-bit unsigned integer.</para> </listitem> 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> |