]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
src/passwd.c: Remove comments about flags that don't exist
authorAlejandro Colomar <alx@kernel.org>
Mon, 29 Jan 2024 11:59:14 +0000 (12:59 +0100)
committerSerge Hallyn <serge@hallyn.com>
Mon, 29 Jan 2024 14:10:44 +0000 (08:10 -0600)
Those flags have never existed, AFAICS.

Closes: <https://github.com/shadow-maint/shadow/issues/929>
Cc: Tomas Halman <tomas@halman.net>
Cc: "Serge E. Hallyn" <serge@hallyn.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/passwd.c

index efa444097dbd5ddd05d8616fb5cedba6d7a62d8f..beb8057300c19ca7ac4af682ff7f10055b903228 100644 (file)
@@ -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 (*)