From 6fb7fe11f217e48cec62c6041c22a885b9bbd77c Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 29 Jan 2024 12:59:14 +0100 Subject: [PATCH] src/passwd.c: Remove comments about flags that don't exist Those flags have never existed, AFAICS. Closes: Cc: Tomas Halman Cc: "Serge E. Hallyn" Signed-off-by: Alejandro Colomar --- src/passwd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/passwd.c b/src/passwd.c index efa444097..beb805730 100644 --- a/src/passwd.c +++ b/src/passwd.c @@ -675,14 +675,11 @@ static void update_shadow (void) * * -d delete the password for the named account (*) * -e expire the password for the named account (*) - * -f execute chfn command to interpret flags - * -g execute gpasswd command to interpret flags * -i # set sp_inact to # days (*) * -k change password only if expired * -l lock the password of the named account (*) * -n # set sp_min to # days (*) * -r # change password in # repository - * -s execute chsh command to interpret flags * -S show password status of named account * -u unlock the password of the named account (*) * -w # set sp_warn to # days (*) -- 2.47.2