summaryrefslogtreecommitdiff
path: root/man/org.freedesktop.systemd1.xml
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2023-04-10 16:22:25 -0400
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-04-11 12:36:53 +0900
commit4e1ac54e1c38682d5435a0cf1a9a1bfdcaa8e3f2 (patch)
tree6940d89fa9b29aa8778ba1c44267a5ae5639681c /man/org.freedesktop.systemd1.xml
parent2653ded4d1c191c671d6aed51821dd976f2c9712 (diff)
downloadsystemd-4e1ac54e1c38682d5435a0cf1a9a1bfdcaa8e3f2.tar.gz
tree-wide: A few more uses of "unmet" for conditions
This is a followup to 413e8650b71d4404a7453403797f93d73d88c466 > tree-wide: Use "unmet" for condition checks, not "failed" Since I noticed when running `systemctl status` on a recent systemd still seeing `Condition: start condition failed` To recap the original rationale here for "unmet" is that it's normal for some units to be conditional, so the term "failure" here is too strong.
Diffstat (limited to 'man/org.freedesktop.systemd1.xml')
-rw-r--r--man/org.freedesktop.systemd1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/org.freedesktop.systemd1.xml b/man/org.freedesktop.systemd1.xml
index 50680e6b37..490c83bb96 100644
--- a/man/org.freedesktop.systemd1.xml
+++ b/man/org.freedesktop.systemd1.xml
@@ -2501,7 +2501,7 @@ node /org/freedesktop/systemd1/unit/avahi_2ddaemon_2eservice {
condition is a trigger condition, whether the condition is reversed, the right hand side of the
condition (e.g. the path in case of <varname>ConditionPathExists</varname>), and the status. The status
can be 0, in which case the condition hasn't been checked yet, a positive value, in which case the
- condition passed, or a negative value, in which case the condition failed. Currently only 0, +1, and -1
+ condition passed, or a negative value, in which case the condition is not met. Currently only 0, +1, and -1
are used, but additional values may be used in the future, retaining the meaning of
zero/positive/negative values.</para>