summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornassir90 <56096765+nassir90@users.noreply.github.com>2021-07-09 21:16:02 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-20 14:45:02 +0200
commit69af47725acf7f39279823bd91729894effaabc1 (patch)
tree3b8432ec9524c5bad990c983143a78e45a5e9f2b
parent767de2ce4d851b45a42329a93cce23d229a36a89 (diff)
downloadsystemd-69af47725acf7f39279823bd91729894effaabc1.tar.gz
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 <nozolo90@gmail.com> (cherry picked from commit a814eae728a5e238e39d4a9d952ce8e309fa38fd) (cherry picked from commit 5263490368b3f2c94935300bb5faa09cc04cb4cd)
-rw-r--r--man/systemd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.xml b/man/systemd.xml
index 5f1642ee9d..a35b96c373 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
<citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
- 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