diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-08-11 14:50:32 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2020-08-11 20:36:04 +0200 |
commit | 6b49257f6b92c1bcdf02ca0e896009da36ed9bb0 (patch) | |
tree | 079e1c663503ae131d8b865f4bba6d057707d484 /man/systemd.service.xml | |
parent | Merge pull request #16690 from poettering/userdb-group-desc (diff) | |
download | systemd-6b49257f6b92c1bcdf02ca0e896009da36ed9bb0.tar.xz systemd-6b49257f6b92c1bcdf02ca0e896009da36ed9bb0.zip |
man: fix incorrectly placed full stop
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index cc13bff755..fbb2987d0b 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -217,7 +217,7 @@ this notification message has been sent. If this option is used, <varname>NotifyAccess=</varname> (see below) should be set to open access to the notification socket provided by systemd. If <varname>NotifyAccess=</varname> is missing or set to <option>none</option>, it will be forcibly set to - <option>main</option></para></listitem>. + <option>main</option>.</para></listitem> <listitem><para>Behavior of <option>idle</option> is very similar to <option>simple</option>; however, actual execution of the service program is delayed until all active jobs are dispatched. This may be used |