diff options
author | dolphrundgren <huntertempleman@gmail.com> | 2020-03-10 23:22:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 23:22:42 +0100 |
commit | 42a739a0b5a659dd8545a07a8e99545141df2c65 (patch) | |
tree | 89dce4cf839b3bdebe0b55cb08ea6c763ccadf24 /man | |
parent | dissect-image: avoid scanning partitions (diff) | |
download | systemd-42a739a0b5a659dd8545a07a8e99545141df2c65.tar.xz systemd-42a739a0b5a659dd8545a07a8e99545141df2c65.zip |
Modified line 197 for readability. (#15071)
* Dropped "of some sort" from line 197 of man/systemd.xml
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.xml | 2 |
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> |