From: Yu Watanabe Date: Wed, 4 Oct 2017 12:43:00 +0000 (+0900) Subject: man: fix that the same option is listed twice (#6991) X-Git-Tag: v235~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b5bb2f9d03ec016952c8193a8a63304beac993f;p=thirdparty%2Fsystemd.git man: fix that the same option is listed twice (#6991) --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index be65cc3c857..bec63562704 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -469,7 +469,7 @@ Note that this dependency type does not imply that the other unit always has to be in active state when this unit is running. Specifically: failing condition checks (such as ConditionPathExists=, - ConditionPathExists=, … — see below) do not cause the start job of a unit with a + ConditionPathIsSymbolicLink=, … — see below) do not cause the start job of a unit with a Requires= dependency on it to fail. Also, some unit types may deactivate on their own (for example, a service process may decide to exit cleanly, or a device may be unplugged by the user), which is not propagated to units having a Requires= dependency. Use the BindsTo=