summaryrefslogtreecommitdiff
path: root/man/sd_bus_error_add_map.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-11-22 22:05:57 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-23 08:01:22 +0100
commit988637841ee927bdb41d3872fc775ab3a782ab78 (patch)
treeae509f5dc168023f8134e31ae01a673b5a46d6fb /man/sd_bus_error_add_map.xml
parentf7c0dacc9adea0a087daa4b36bb0f96821c4fb00 (diff)
downloadsystemd-988637841ee927bdb41d3872fc775ab3a782ab78.tar.gz
man: fix type in sd_bus_error_add_map() prototype
Fixes: #21467
Diffstat (limited to 'man/sd_bus_error_add_map.xml')
-rw-r--r--man/sd_bus_error_add_map.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_error_add_map.xml b/man/sd_bus_error_add_map.xml
index f62b43fd7d..2976233a7c 100644
--- a/man/sd_bus_error_add_map.xml
+++ b/man/sd_bus_error_add_map.xml
@@ -46,7 +46,7 @@
<funcprototype>
<funcdef>int <function>sd_bus_error_add_map</function></funcdef>
- <paramdef>const sd_bus_map *<parameter>map</parameter></paramdef>
+ <paramdef>const sd_bus_error_map *<parameter>map</parameter></paramdef>
</funcprototype>
</refsynopsisdiv>