diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-09 22:38:36 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-12 09:10:32 +0100 |
commit | 725d9713a9f8d9eddf665aefffee04a5d18f1179 (patch) | |
tree | 95753bc4dadd761847f19d6b08b4ce2de16f3396 /man/sd_bus_reply_method_error.xml | |
parent | man: fix tag (diff) | |
download | systemd-725d9713a9f8d9eddf665aefffee04a5d18f1179.tar.xz systemd-725d9713a9f8d9eddf665aefffee04a5d18f1179.zip |
man: append parentheses for function name
Diffstat (limited to 'man/sd_bus_reply_method_error.xml')
-rw-r--r-- | man/sd_bus_reply_method_error.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_reply_method_error.xml b/man/sd_bus_reply_method_error.xml index 93b6663887..c9553a06b5 100644 --- a/man/sd_bus_reply_method_error.xml +++ b/man/sd_bus_reply_method_error.xml @@ -127,8 +127,8 @@ <para>Message <parameter>call</parameter> is not attached to a bus.</para> - <para>The error parameter <parameter>error</parameter> to - <function>sd_bus_reply_method_error</function> is not set, see + <para>The error parameter <parameter>e</parameter> to + <function>sd_bus_reply_method_error()</function> is not set, see <citerefentry><refentrytitle>sd_bus_error_is_set</refentrytitle><manvolnum>3</manvolnum></citerefentry>. </para> </listitem> |