diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-14 21:10:10 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-14 21:15:16 +0100 |
commit | e55c073161d469fb01ecd5bea3ff8845194e25d9 (patch) | |
tree | edddc9f487385d04c9deb7a3b0f88f1f2fa81831 /man/sd_bus_add_object.xml | |
parent | ratelimit: fix integer overflow (diff) | |
download | systemd-e55c073161d469fb01ecd5bea3ff8845194e25d9.tar.xz systemd-e55c073161d469fb01ecd5bea3ff8845194e25d9.zip |
man: add missing <para> tag, and drop redundant ">"
Fixes #17609.
Diffstat (limited to 'man/sd_bus_add_object.xml')
-rw-r--r-- | man/sd_bus_add_object.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_bus_add_object.xml b/man/sd_bus_add_object.xml index f03839ec6f..ca265302be 100644 --- a/man/sd_bus_add_object.xml +++ b/man/sd_bus_add_object.xml @@ -369,8 +369,8 @@ with the message the callback was invoked with. Parameter <replaceable>flags</replaceable> is a combination of flags, see below.</para> - <constant>SD_BUS_METHOD_WITH_ARGS()</constant> is a shorthand for calling - <constant>SD_BUS_METHOD_WITH_ARGS_OFFSET()</constant> with an offset of zero. + <para><constant>SD_BUS_METHOD_WITH_ARGS()</constant> is a shorthand for calling + <constant>SD_BUS_METHOD_WITH_ARGS_OFFSET()</constant> with an offset of zero.</para> </listitem> </varlistentry> @@ -404,7 +404,7 @@ <varlistentry> <term><constant>SD_BUS_SIGNAL_WITH_ARGS()</constant></term> - <listitem><para>>Declare a D-Bus signal with the name <replaceable>member</replaceable> and + <listitem><para>Declare a D-Bus signal with the name <replaceable>member</replaceable> and arguments <replaceable>args</replaceable>. <replaceable>args</replaceable> expects a sequence of argument type/name pairs wrapped in the <constant>SD_BUS_ARGS()</constant> macro. The elements at even indices in this list describe the types of the signal's arguments. The signal's parameter |