From 566491c971730ea262e3df081cd91d67a3ab104c Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 8 May 2024 15:01:01 +0100 Subject: 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. --- man/homectl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/homectl.xml') 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. eddsa denotes EDDSA over Curve25519 with SHA-512. - Note that your authenticator may not support some algorithms. + Note that your authenticator may choose not to support some algorithms. -- cgit v1.2.3