From 5263490368b3f2c94935300bb5faa09cc04cb4cd Mon Sep 17 00:00:00 2001 From: nassir90 <56096765+nassir90@users.noreply.github.com> Date: Jul 20 2021 12:43:59 +0000 Subject: 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 (cherry picked from commit a814eae728a5e238e39d4a9d952ce8e309fa38fd) --- diff --git a/man/systemd.xml b/man/systemd.xml index cd50cd4..fe1719f 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