diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-07-03 16:56:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-03 16:56:49 +0200 |
commit | 98b0b1123cc67ece6c9983fa303fc3de887a21c3 (patch) | |
tree | cf3cfe6246aa04e7b8513a8a966011df12ee8c35 /man/sd_bus_error.xml | |
parent | Merge pull request #9489 from keszybz/copyright-removal-3 (diff) | |
parent | man: document sd_bus_read(), add more about sd_bus_read_basic() (diff) | |
download | systemd-98b0b1123cc67ece6c9983fa303fc3de887a21c3.tar.xz systemd-98b0b1123cc67ece6c9983fa303fc3de887a21c3.zip |
Merge pull request #9490 from keszybz/document-sd_message_read
Document sd_bus_message_read
Diffstat (limited to 'man/sd_bus_error.xml')
-rw-r--r-- | man/sd_bus_error.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 88c5f235e9..807ca86302 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -100,7 +100,7 @@ <paramdef>sd_bus_error *<parameter>e</parameter></paramdef> <paramdef>int <parameter>error</parameter></paramdef> <paramdef>const char *<parameter>format</parameter></paramdef> - <paramdef>va_list ap</paramdef> + <paramdef>va_list <parameter>ap</parameter></paramdef> </funcprototype> <funcprototype> |