| From dd8b6fa3f53ff9912f3ffdfeaedf79612e5f8395 Mon Sep 17 00:00:00 2001 |
| From: AlexanderKurtz <alexander@kurtz.be> |
| Date: Thu, 16 Mar 2017 01:33:56 +0100 |
| Subject: [PATCH] man: Fix a simple grammar error in systemd.service.xml |
| (#5594) |
| |
| (cherry picked from commit bda99fab3104095420d3ee03593d07469153f6c4) |
| --- |
| man/systemd.service.xml | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/man/systemd.service.xml b/man/systemd.service.xml |
| index 52eb2bb..a452e3a 100644 |
| --- a/man/systemd.service.xml |
| +++ b/man/systemd.service.xml |
| @@ -184,7 +184,7 @@ |
| process has to exit before systemd starts follow-up units. |
| <varname>RemainAfterExit=</varname> is particularly useful for |
| this type of service. This is the implied default if neither |
| - <varname>Type=</varname> or <varname>ExecStart=</varname> are |
| + <varname>Type=</varname> nor <varname>ExecStart=</varname> are |
| specified.</para> |
| |
| <para>Behavior of <option>dbus</option> is similar to |
| -- |
| 2.9.3 |
| |