man: fix typos in systemd.scope.xml

This commit is contained in:
gpenz
2026-08-07 18:35:02 +02:00
committed by Yu Watanabe
parent a24a50cfc2
commit 0f2671b34b

View File

@@ -29,10 +29,10 @@
<para>Scope units are not configured via unit configuration files,
but are only created programmatically using the bus interfaces of
systemd. They are named similar to filenames. A unit whose name
ends in <literal>.scope</literal> refers to a scope unit. Scopes
ends in <literal>.scope</literal> refers to a scope unit. Scope
units manage a set of system processes. Unlike service units, scope
units manage externally created processes, and do not fork off
processes on its own.</para>
processes on their own.</para>
<para>The main purpose of scope units is grouping worker processes
of a system service for organization and for managing resources.</para>