From a814eae728a5e238e39d4a9d952ce8e309fa38fd Mon Sep 17 00:00:00 2001 From: nassir90 <56096765+nassir90@users.noreply.github.com> Date: Fri, 9 Jul 2021 21:16:02 +0100 Subject: [PATCH] Fixed typo (#20187) * Fixed typo Before, the file claimed that some systemd units are created "from other configuration". It should have read "from other configuration files". Co-authored-by: Nozz --- man/systemd.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd.xml b/man/systemd.xml index cd50cd42658..fe1719fc181 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -74,8 +74,8 @@ configuration files, whose syntax and basic set of options is described in systemd.unit5, - however some are created automatically from other configuration, - dynamically from system state or programmatically at runtime. + however some are created automatically from other configuration + files, dynamically from system state or programmatically at runtime. Units may be "active" (meaning started, bound, plugged in, …, depending on the unit type, see below), or "inactive" (meaning stopped, unbound, unplugged, …), as well as in the process of -- 2.47.3