]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
ENCRYPT_METHOD.xml: Fix grammar
authorTobias Stoeckmann <tobias@stoeckmann.org>
Fri, 19 Dec 2025 11:00:02 +0000 (11:00 +0000)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Fri, 19 Dec 2025 13:57:13 +0000 (14:57 +0100)
Use singular in these cases.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
man/login.defs.d/ENCRYPT_METHOD.xml

index 531ce04a89bda90e4b6aa41339e0319b652b4d33..c0df16f717b2f3ce1c830f738f63273d6e692ed0 100644 (file)
@@ -7,7 +7,7 @@
   <listitem>
     <para>
       This defines the system default encryption algorithm for encrypting
-      passwords (if no algorithm are specified on the command line).
+      passwords (if no algorithm is specified on the command line).
     </para>
     <para>
       It can take one of these values: <phrase condition="bcrypt">
@@ -26,7 +26,7 @@
       variable.
     </para>
     <para condition="pam">
-      Note: This only affect the generation of group passwords.
+      Note: This only affects the generation of group passwords.
       The generation of user passwords is done by PAM and subject to the
       PAM configuration. It is recommended to set this variable
       consistently with the PAM configuration.