X Tutup
Skip to content

Commit 7f3fdb7

Browse files
committed
man: fix typos
1 parent 3260929 commit 7f3fdb7

24 files changed

+29
-29
lines changed

man/busctl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ ARRAY "s" {
448448
<example>
449449
<title>Invoking a Method</title>
450450

451-
<para>The following command invokes a the
451+
<para>The following command invokes the
452452
<literal>StartUnit</literal> method on the
453453
<literal>org.freedesktop.systemd1.Manager</literal>
454454
interface of the

man/machinectl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
<literal>checksum</literal> is specified, the download is
248248
checked for integrity after the transfer is complete, but no
249249
signatures are verified. If <literal>signature</literal> is
250-
specified, the checksum is verified and the images's signature
250+
specified, the checksum is verified and the image's signature
251251
is checked against a local keyring of trustable vendors. It is
252252
strongly recommended to set this option to
253253
<literal>signature</literal> if the server and protocol

man/sd-event.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136

137137
<listitem><para>Event sources may be assigned a 64bit priority
138138
value, that controls the order in which event sources are
139-
dispatched if multiple are pending simultanously. See
139+
dispatched if multiple are pending simultaneously. See
140140
<citerefentry><refentrytitle>sd_event_source_set_priority</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para></listitem>
141141

142142
<listitem><para>The event loop may automatically send watchdog

man/sd_bus_creds_get_pid.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
modified by the caller.</para>
471471

472472
<para>All functions that take a <parameter>char***</parameter>
473-
parameter will store the answer there as an address of a an array
473+
parameter will store the answer there as an address of an array
474474
of strings. Each individual string is NUL-terminated, and the
475475
array is NULL-terminated as a whole. It will be valid as long as
476476
<parameter>c</parameter> remains valid, and should not be freed or

man/sd_event_add_child.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<constant>SD_EVENT_OFF</constant> with
128128
<citerefentry><refentrytitle>sd_event_source_set_enabled</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
129129

130-
<para>If the the second parameter of
130+
<para>If the second parameter of
131131
<function>sd_event_add_child()</function> is passed as NULL no
132132
reference to the event source object is returned. In this case the
133133
event source is considered "floating", and will be destroyed

man/sd_event_add_defer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
handler will be called once
109109
(<constant>SD_EVENT_ONESHOT</constant>). Note that if the event
110110
source is set to <constant>SD_EVENT_ON</constant> the event loop
111-
will never go to sleep again, but continously call the handler,
111+
will never go to sleep again, but continuously call the handler,
112112
possibly interleaved with other event sources.</para>
113113

114114
<para><function>sd_event_add_post()</function> adds a new event

man/sd_event_add_io.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@
141141
<constant>EPOLLHUP</constant> set.</para>
142142

143143
<para>By default, the I/O event source will stay enabled
144-
continously (<constant>SD_EVENT_ON</constant>), but this may be
144+
continuously (<constant>SD_EVENT_ON</constant>), but this may be
145145
changed with
146146
<citerefentry><refentrytitle>sd_event_source_set_enabled</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
147147
If the handler function returns a negative error code, it will be
148148
disabled after the invocation, even if the
149149
<constant>SD_EVENT_ON</constant> mode was requested before. Note
150150
that an I/O event source set to <constant>SD_EVENT_ON</constant> will
151-
fire continously unless data is read or written to the file
151+
fire continuously unless data is read or written to the file
152152
descriptor in order to reset the mask of events seen.
153153
</para>
154154

@@ -169,7 +169,7 @@
169169
<constant>SD_EVENT_OFF</constant> with
170170
<citerefentry><refentrytitle>sd_event_source_set_enabled</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
171171

172-
<para>If the the second parameter of
172+
<para>If the second parameter of
173173
<function>sd_event_add_io()</function> is passed as NULL no
174174
reference to the event source object is returned. In this case the
175175
event source is considered "floating", and will be destroyed

man/sd_event_add_signal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<constant>SD_EVENT_OFF</constant> with
129129
<citerefentry><refentrytitle>sd_event_source_set_enabled</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
130130

131-
<para>If the the second parameter of
131+
<para>If the second parameter of
132132
<function>sd_event_add_signal()</function> is passed as NULL no
133133
reference to the event source object is returned. In this case the
134134
event source is considered "floating", and will be destroyed

man/sd_event_add_time.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
disabled after the invocation, even if the
160160
<constant>SD_EVENT_ON</constant> mode was requested before. Note
161161
that a timer event set to <constant>SD_EVENT_ON</constant> will
162-
fire continously unless its configured time is updated using
162+
fire continuously unless its configured time is updated using
163163
<function>sd_event_source_set_time()</function>.
164164
</para>
165165

@@ -172,7 +172,7 @@
172172
<constant>SD_EVENT_OFF</constant> with
173173
<citerefentry><refentrytitle>sd_event_source_set_enabled</refentrytitle><manvolnum>3</manvolnum></citerefentry>.</para>
174174

175-
<para>If the the second parameter of
175+
<para>If the second parameter of
176176
<function>sd_event_add_time()</function> is passed as NULL no
177177
reference to the event source object is returned. In this case the
178178
event source is considered "floating", and will be destroyed

man/sd_event_exit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
exit. The <parameter>code</parameter> parameter may be any integer
7777
value and is returned as-is by
7878
<citerefentry><refentrytitle>sd_event_loop</refentrytitle><manvolnum>3</manvolnum></citerefentry>
79-
after the last event loop iteration. It may also be be queried
79+
after the last event loop iteration. It may also be queried
8080
using <function>sd_event_get_exit_code()</function>, see
8181
below. </para>
8282

0 commit comments

Comments
 (0)
X Tutup