From 0f2671b34be6e3bc2a5b37892d6e561be80e7cfe Mon Sep 17 00:00:00 2001 From: gpenz <104680509+gpenz@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:35:02 +0200 Subject: [PATCH] man: fix typos in systemd.scope.xml --- man/systemd.scope.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd.scope.xml b/man/systemd.scope.xml index 9590a19815d..7d9c48d8a2b 100644 --- a/man/systemd.scope.xml +++ b/man/systemd.scope.xml @@ -29,10 +29,10 @@ 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 .scope refers to a scope unit. Scopes + ends in .scope 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. + processes on their own. The main purpose of scope units is grouping worker processes of a system service for organization and for managing resources.