diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-08-25 09:01:45 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-09-10 18:34:41 +0200 |
commit | 6b4991cfde6c0a0b62e836ca75ae362779c474d4 (patch) | |
tree | 7abb5874f749828b7b13dff0017b83a63d1fa22a /man/systemd.service.xml | |
parent | b8ab2dc6c9eb8d6c738524f2ab48931855e3a08a (diff) |
man: wording and grammar updates
This includes regularly-submitted corrections to comma setting and
orthographical mishaps that appeared in man/ in recent commits.
In this particular commit:
- the usual comma fixes
- expand contractions (this is prose)
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 238a49a251..5df554ca12 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -483,7 +483,7 @@ was stopped. This includes cases where the commands configured in <varname>ExecStop=</varname> were used, - where the service doesn't have any + where the service does not have any <varname>ExecStop=</varname> defined, or where the service exited unexpectedly. This argument takes multiple command lines, @@ -823,7 +823,7 @@ in other words: the <varname>Service=</varname> setting of <filename>.socket</filename> units - doesn't have to match the inverse of + does not have to match the inverse of the <varname>Sockets=</varname> setting of the <filename>.service</filename> it |