]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Modified line 197 for readability. (#15071)
authordolphrundgren <huntertempleman@gmail.com>
Tue, 10 Mar 2020 22:22:42 +0000 (16:22 -0600)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 22:22:42 +0000 (15:22 -0700)
* Dropped "of some sort" from line 197 of man/systemd.xml

man/systemd.xml

index 8b1b6e6c6b4535d99435cde13168457c1227228a..94b3845a0e84ddd27e5e2b39dd93a7618875c4ce 100644 (file)
     <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>