summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-11-15 05:13:55 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-12-08 18:08:31 +0100
commit8992d8576bdef0ccfc5d9cd338609307f201a8c5 (patch)
tree4ad59f13758d7a0b2f54a9bf6c8c0053b0998099
parente90844ca8a3c84357512c352e7b6c683670a67db (diff)
downloadsystemd-8992d8576bdef0ccfc5d9cd338609307f201a8c5.tar.gz
man: fix prototpe of sd_bus_message_peek_type()
Fixes #17609. (cherry picked from commit 483abcc65bd5efe43b0cea453580bac45cd0f177)
-rw-r--r--man/sd_bus_message_read.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/sd_bus_message_read.xml b/man/sd_bus_message_read.xml
index 2b5f1000be..b10deb40a2 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>