login.defs.5: Be specific that only -1 is allowed

Other negative values can have bad effects and won't be allowed
anymore.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
Tobias Stoeckmann
2023-12-20 21:11:11 +01:00
committed by Serge Hallyn
parent b80c55946a
commit ca6425e54e
+2 -2
View File
@@ -9,8 +9,8 @@
<listitem>
<para>
The number of days warning given before a password expires. A zero
means warning is given only upon the day of expiration, a negative
value means no warning is given. If not specified, no warning will
means warning is given only upon the day of expiration, a value of
-1 means no warning is given. If not specified, no warning will
be provided.
</para>
</listitem>