Skip to content

Commit 15266a2

Browse files
committed
style review
1 parent 3bdf40c commit 15266a2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

concepts/systemd-targets.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<title>Setting up a &systemd; target</title>
9797
<para>To set up a &systemd; target, you need to create a new target unit file and define any required dependencies.
9898
A target is a group of unit files that manages the state of services. A target can be used to control groups of services
99-
or define system states.</para>
99+
or to define system states.</para>
100100
<procedure>
101101
<step>
102102
<para>Create a new file with the <literal>.target</literal> extension in <filename>/etc/systemd/system/</filename>. </para>
@@ -128,7 +128,7 @@ WantedBy=multi-user.target
128128
</listitem>
129129
<listitem>
130130
<para>
131-
<emphasis>WantedBy:</emphasis> specifies that this target should be a part of <literal>multi-user.target</literal>.
131+
<emphasis>WantedBy:</emphasis> specifies that this target should be part of <literal>multi-user.target</literal>.
132132
</para>
133133
</listitem>
134134
</itemizedlist>
@@ -172,12 +172,12 @@ WantedBy=multi-user.target
172172
<itemizedlist>
173173
<listitem>
174174
<para>
175-
<emphasis>Description:</emphasis> human-readable description of the target.
175+
<emphasis>Description:</emphasis> A human-readable description of the target.
176176
</para>
177177
</listitem>
178178
<listitem>
179179
<para>
180-
<emphasis>Documentation:</emphasis> URIs to documentation.</para>
180+
<emphasis>Documentation:</emphasis> URIs pointing to documentation.</para>
181181
</listitem>
182182
<listitem>
183183
<para>
@@ -188,19 +188,19 @@ WantedBy=multi-user.target
188188
<listitem>
189189
<para>
190190
<emphasis>Wants:</emphasis>
191-
Units that can be started but is not mandatory.
191+
Units that can be started but are not mandatory.
192192
</para>
193193
</listitem>
194194
<listitem>
195195
<para>
196196
<emphasis>After/Before:</emphasis>
197-
the order of the dependency.
197+
Defines the order of dependencies.
198198
</para>
199199
</listitem>
200200
<listitem>
201201
<para>
202202
<emphasis>Conflicts:</emphasis>
203-
units that should not be active while this target is active.
203+
Units that should not be active while this target is active.
204204
</para>
205205
</listitem>
206206
</itemizedlist>

0 commit comments

Comments
 (0)