diff options
author | Colin Watson <cjwatson@debian.org> | 2024-05-08 16:01:01 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-05-08 17:14:32 +0200 |
commit | 566491c971730ea262e3df081cd91d67a3ab104c (patch) | |
tree | 818dbdd1c93a5f82650a4fb9b183fa7e10541614 /docs/ENVIRONMENT.md | |
parent | pidfd: properly detect if libc offers pidfd syscalls and make use of them then (diff) | |
download | systemd-566491c971730ea262e3df081cd91d67a3ab104c.tar.xz systemd-566491c971730ea262e3df081cd91d67a3ab104c.zip |
docs,man: Avoid some ambiguous uses of "may not"
Like much English text, the systemd documentation uses "may not" in the
sense of both "will possibly not" and "is forbidden to". In many cases
this is OK because the context makes it clear, but in others I felt it
was possible to read the "is forbidden to" sense by mistake: in
particular, I tripped over "the target file may not exist" in
systemd.unit(5) before realizing the correct interpretation.
Use "might not" or "may choose not to" in these cases to make it clear
which sense we mean.
Diffstat (limited to 'docs/ENVIRONMENT.md')
-rw-r--r-- | docs/ENVIRONMENT.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md index 5903617296..fd8aa0caf6 100644 --- a/docs/ENVIRONMENT.md +++ b/docs/ENVIRONMENT.md @@ -341,7 +341,7 @@ All tools: for cases where we don't need to track given unit type, e.g. `--user` manager often doesn't need to deal with device or swap units because they are handled by the `--system` manager (PID 1). Note that setting certain unit - type as unsupported may not prevent loading some units of that type if they + type as unsupported might not prevent loading some units of that type if they are referenced by other units of another supported type. * `$SYSTEMD_DEFAULT_MOUNT_RATE_LIMIT_BURST` — can be set to override the mount |