clean up login.defs manpage
- properly document userdel -f behavior
This commit is contained in:
parent
8d1ef4078b
commit
a8136ba211
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue