clean up login.defs manpage

- properly document userdel -f behavior
This commit is contained in:
Tomas Mraz 2014-02-12 11:50:55 +01:00
parent 8d1ef4078b
commit a8136ba211

View file

@ -8,7 +8,7 @@ diff -up shadow-4.1.5.1/src/userdel.c.userdel shadow-4.1.5.1/src/userdel.c
- (void) fputs (_(" -f, --force force removal of files,\n" - (void) fputs (_(" -f, --force force removal of files,\n"
- " even if not owned by user\n"), - " even if not owned by user\n"),
+ (void) fputs (_(" -f, --force force some actions that would fail otherwise\n" + (void) fputs (_(" -f, --force force some actions that would fail otherwise\n"
+ " e.g. removal of user still logged in\n + " e.g. removal of user still logged in\n"
+ " or files, even if not owned by the user\n"), + " or files, even if not owned by the user\n"),
usageout); usageout);
(void) fputs (_(" -h, --help display this help message and exit\n"), usageout); (void) fputs (_(" -h, --help display this help message and exit\n"), usageout);