diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-13 08:19:49 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-13 08:28:47 +0100 |
commit | d51c4fca291c6b8e566df65b0fd6e6262c3bf988 (patch) | |
tree | 4cb4d803f5002c1160272da6a6a964081608cac9 /man/sd_bus_process.xml | |
parent | ratelimit: fix integer overflow (diff) | |
download | systemd-d51c4fca291c6b8e566df65b0fd6e6262c3bf988.tar.xz systemd-d51c4fca291c6b8e566df65b0fd6e6262c3bf988.zip |
tree-wide: fix "a the" or "the a"
Diffstat (limited to 'man/sd_bus_process.xml')
-rw-r--r-- | man/sd_bus_process.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_process.xml b/man/sd_bus_process.xml index c5a9e0cfde..09b3c50dde 100644 --- a/man/sd_bus_process.xml +++ b/man/sd_bus_process.xml @@ -59,7 +59,7 @@ message is no longer needed. If <parameter>ret</parameter> is not <constant>NULL</constant>, progress was made, but no message was processed, <parameter>*ret</parameter> is set to <constant>NULL</constant>.</para> - <para>If a the bus object is connected to an + <para>If the bus object is connected to an <citerefentry><refentrytitle>sd-event</refentrytitle><manvolnum>3</manvolnum></citerefentry> event loop (with <citerefentry><refentrytitle>sd_bus_attach_event</refentrytitle><manvolnum>3</manvolnum></citerefentry>), it is not necessary to call <function>sd_bus_process()</function> directly as it is invoked automatically when |