1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

man/varlinkctl: fix typo

Follow-up for 39ce86d19c.
This commit is contained in:
Yu Watanabe 2024-09-07 22:23:38 +09:00
parent 14a499ed77
commit c8f2409574

View File

@ -211,7 +211,7 @@
<para>This switch has no effect on the method call time-out applied by default: regardless if
<option>--more</option> is specified or not, the default time-out will be 45s. Use
<option>--timeout=</option> (see below) to change or disable the time-out. When invoking a method
call that continously returns updates it is typically desirable to disable the time-out with
call that continuously returns updates it is typically desirable to disable the time-out with
<option>--timeout=infinity</option>. On the other hand, when invoking a <option>--more</option>
method call for the purpose of enumerating objects (which likely will complete quickly) it is
typically beneficial to leave the time-out logic enabled, for robustness reasons.</para>
@ -223,7 +223,7 @@
<term><option>-E</option></term>
<listitem><para>A shortcut for <option>--more --timeout=infinity</option>. This switch is
useful for method calls that implement subscription to a continious stream of updates.</para>
useful for method calls that implement subscription to a continuous stream of updates.</para>
<xi:include href="version-info.xml" xpointer="v257"/></listitem>
</varlistentry>