[shadow-utils] clean up login.defs manpage

Tomáš Mráz tmraz at fedoraproject.org
Wed Feb 12 10:50:21 UTC 2014


commit a8136ba211aacf1e845a61dbbd6982cac5f548ac
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Wed Feb 12 11:50:55 2014 +0100

    clean up login.defs manpage
    
    - properly document userdel -f behavior

 shadow-4.1.5.1-userdel-helpfix.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shadow-4.1.5.1-userdel-helpfix.patch b/shadow-4.1.5.1-userdel-helpfix.patch
index 03f53bc..b79baee 100644
--- a/shadow-4.1.5.1-userdel-helpfix.patch
+++ b/shadow-4.1.5.1-userdel-helpfix.patch
@@ -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"
 -	                "                                even if not owned by user\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"),
  	              usageout);
  	(void) fputs (_("  -h, --help                    display this help message and exit\n"), usageout);


More information about the scm-commits mailing list