diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-15 05:13:55 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-15 05:15:46 +0900 |
commit | 483abcc65bd5efe43b0cea453580bac45cd0f177 (patch) | |
tree | 3ca9631c4a914d3b5630730570b6ccda59061874 /man | |
parent | e55c073161d469fb01ecd5bea3ff8845194e25d9 (diff) | |
download | systemd-483abcc65bd5efe43b0cea453580bac45cd0f177.tar.gz |
man: fix prototpe of sd_bus_message_peek_type()
Fixes #17609.
Diffstat (limited to 'man')
-rw-r--r-- | man/sd_bus_message_read.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/sd_bus_message_read.xml b/man/sd_bus_message_read.xml index b94385b02f..12a2c77ea8 100644 --- a/man/sd_bus_message_read.xml +++ b/man/sd_bus_message_read.xml @@ -44,6 +44,7 @@ <funcprototype> <funcdef>int <function>sd_bus_message_peek_type</function></funcdef> + <paramdef>sd_bus_message *<parameter>m</parameter></paramdef> <paramdef>char *<parameter>type</parameter></paramdef> <paramdef>const char **<parameter>contents</parameter></paramdef> </funcprototype> |