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:43:59 +0200
commit5263490368b3f2c94935300bb5faa09cc04cb4cd (patch)
tree85577dcfd3bb838f1f9c5d9f209f43187fabe791
parentb149c2c64a1093fd509a94d7a25f01b726798098 (diff)
downloadsystemd-5263490368b3f2c94935300bb5faa09cc04cb4cd.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)
-rw-r--r--man/systemd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.xml b/man/systemd.xml
index cd50cd4265..fe1719fc18 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