1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-08 21:17:47 +03:00

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>
This commit is contained in:
nassir90 2021-07-09 21:16:02 +01:00 committed by GitHub
parent af55491028
commit a814eae728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,8 +74,8 @@
configuration files, whose syntax and basic set of options is configuration files, whose syntax and basic set of options is
described in described in
<citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
however some are created automatically from other configuration, however some are created automatically from other configuration
dynamically from system state or programmatically at runtime. files, dynamically from system state or programmatically at runtime.
Units may be "active" (meaning started, bound, plugged in, …, Units may be "active" (meaning started, bound, plugged in, …,
depending on the unit type, see below), or "inactive" (meaning depending on the unit type, see below), or "inactive" (meaning
stopped, unbound, unplugged, …), as well as in the process of stopped, unbound, unplugged, …), as well as in the process of