diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-07-21 06:53:14 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-21 11:23:58 -0400 |
commit | fbce11397f4d19821a9dfe66ee3ebe11cad90057 (patch) | |
tree | aba0a095f04d7ba681ae1fbd5f9c5288f1cb71d4 /man/systemd.xml | |
parent | 44affdc5fd20f812c25bc9d2b1a9fc04215274a1 (diff) |
man: wording and grammar updates
This includes regularly-submitted corrections to comma setting and
orthographical mishaps that appeared in man/ in recent commits.
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index 06d2ecf6f8..1e54eac926 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -294,18 +294,18 @@ <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. Units may be 'active' - (meaning started, bound, plugged in, ... depending on - the unit type, see below), or 'inactive' (meaning + 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 being activated or deactivated, i.e. between the two states (these states are called - 'activating', 'deactivating'). A special 'failed' - state is available as well which is very similar to - 'inactive' and is entered when the service failed in + "activating", "deactivating"). A special "failed" + state is available as well, which is very similar to + "inactive" and is entered when the service failed in some way (process returned error code on exit, or crashed, or an operation timed out). If this state is - entered the cause will be logged, for later + entered, the cause will be logged, for later reference. Note that the various unit types may have a number of additional substates, which are mapped to the five generalized unit states described |