summaryrefslogtreecommitdiff
path: root/man/systemd.xml
diff options
context:
space:
mode:
authordolphrundgren <huntertempleman@gmail.com>2020-03-10 16:22:42 -0600
committerGitHub <noreply@github.com>2020-03-10 15:22:42 -0700
commit42a739a0b5a659dd8545a07a8e99545141df2c65 (patch)
tree89dce4cf839b3bdebe0b55cb08ea6c763ccadf24 /man/systemd.xml
parent0108c42f59dd5848f6b561f260dc6ff3e19d651b (diff)
downloadsystemd-42a739a0b5a659dd8545a07a8e99545141df2c65.tar.gz
Modified line 197 for readability. (#15071)
* Dropped "of some sort" from line 197 of man/systemd.xml
Diffstat (limited to 'man/systemd.xml')
-rw-r--r--man/systemd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.xml b/man/systemd.xml
index 8b1b6e6c6b..94b3845a0e 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -194,7 +194,7 @@
<orderedlist>
<listitem><para>It is in an active, activating, deactivating or failed state (i.e. in any unit state except for <literal>inactive</literal>)</para></listitem>
<listitem><para>It has a job queued for it</para></listitem>
- <listitem><para>It is a dependency of some sort of at least one other unit that is loaded into memory</para></listitem>
+ <listitem><para>It is a dependency of at least one other unit that is loaded into memory</para></listitem>
<listitem><para>It has some form of resource still allocated (e.g. a service unit that is inactive but for which
a process is still lingering that ignored the request to be terminated)</para></listitem>
<listitem><para>It has been pinned into memory programmatically by a D-Bus call</para></listitem>