X Tutup
Skip to content

Commit 8f28cbc

Browse files
A. Costatfheen
authored andcommitted
man: Spelling fixes
1 parent 373c23b commit 8f28cbc

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

man/daemon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
url="http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/iniscrptact.html">LSB
398398
Linux Standard Base Core
399399
Specification</ulink>. This method of
400-
activation is supported ubiquitiously on Linux
400+
activation is supported ubiquitously on Linux
401401
init systems, both old-style and new-style
402402
systems. Among other issues SysV init scripts
403403
have the disadvantage of involving shell
@@ -795,7 +795,7 @@ AM_CONDITIONAL(HAVE_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_sy
795795
machines, and optionally allows their
796796
installation even on machines lacking
797797
systemd. (Modification of this snippet for the
798-
user unit directory is left as excercise to the
798+
user unit directory is left as an excercise for the
799799
reader.)</para>
800800

801801
<para>Additionally, to ensure that

man/locale.conf.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<para>The locale settings configured in
8787
<filename>/etc/locale.conf</filename> are system-wide
8888
and are inherited by every service or user, unless
89-
overriden or unset by individual programs or
89+
overridden or unset by individual programs or
9090
individual users.</para>
9191

9292
<para>Depending on the operating system other
@@ -123,7 +123,7 @@
123123
<title>Example</title>
124124

125125
<example>
126-
<title>German locale with english messages</title>
126+
<title>German locale with English messages</title>
127127

128128
<para><filename>/etc/locale.conf:</filename></para>
129129

man/systemd-tmpfiles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
and <option>--remove</option> in one invocation. For
125125
example, during boot the following command line is
126126
executed to ensure that all temporary and volatile
127-
directores are removed and created according to the
127+
directories are removed and created according to the
128128
configuration file:</para>
129129

130130
<programlisting>systemctl-tmpfiles --remove --create</programlisting>

man/systemd.device.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
device disappears from the udev
136136
tree. This option is useful to support
137137
devices that initially show up in an
138-
unitialized state in the tree, and for
138+
uninitialized state in the tree, and for
139139
which a changed event is generated the
140140
moment they are fully set
141141
up.</para></listitem>

man/systemd.special.xml.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<filename>graphical.target</filename>.</para>
156156
<para>The default unit systemd
157157
starts at bootup can be
158-
overriden with the
158+
overridden with the
159159
<varname>systemd.unit=</varname>
160160
kernel command line option.</para>
161161
</listitem>
@@ -276,7 +276,7 @@
276276
all SysV init script service
277277
units with an LSB header
278278
referring to the
279-
<literal>$mail-transfer-argent</literal>
279+
<literal>$mail-transfer-agent</literal>
280280
or
281281
<literal>$mail-transport-agent</literal>
282282
facilities, for compatibility
@@ -415,7 +415,7 @@
415415
<term><filename>runlevel2.target</filename></term>
416416
<listitem>
417417
<para>This is a target that is
418-
called whever the SysV
418+
called whenever the SysV
419419
compatibility code asks for
420420
runlevel 2. It is a good idea
421421
to make this an alias for
@@ -427,7 +427,7 @@
427427
<term><filename>runlevel3.target</filename></term>
428428
<listitem>
429429
<para>This is a target that is
430-
called whever the SysV
430+
called whenever the SysV
431431
compatibility code asks for
432432
runlevel 3. It is a good idea
433433
to make this an alias for
@@ -441,7 +441,7 @@
441441
<term><filename>runlevel4.target</filename></term>
442442
<listitem>
443443
<para>This is a target that is
444-
called whever the SysV
444+
called whenever the SysV
445445
compatibility code asks for
446446
runlevel 4. It is a good idea
447447
to make this an alias for
@@ -455,7 +455,7 @@
455455
<term><filename>runlevel5.target</filename></term>
456456
<listitem>
457457
<para>This is a target that is
458-
called whever the SysV
458+
called whenever the SysV
459459
compatibility code asks for
460460
runlevel 5. It is a good idea
461461
to make this an alias for

0 commit comments

Comments
 (0)
X Tutup