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 /man/homectl.xml | |
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 'man/homectl.xml')
-rw-r--r-- | man/homectl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/homectl.xml b/man/homectl.xml index effdb27f72..43bde52e0d 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -434,7 +434,7 @@ denotes 2048-bit RSA with PKCS#1.5 padding and SHA-256. <literal>eddsa</literal> denotes EDDSA over Curve25519 with SHA-512.</para> - <para>Note that your authenticator may not support some algorithms.</para> + <para>Note that your authenticator may choose not to support some algorithms.</para> <xi:include href="version-info.xml" xpointer="v251"/></listitem> </varlistentry> |