]> granicus.if.org Git - shadow/commitdiff
* man/userdel.8.xml: Document that -f forces the deletion of a
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 18 May 2009 18:53:23 +0000 (18:53 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 18 May 2009 18:53:23 +0000 (18:53 +0000)
busy user.

ChangeLog
man/userdel.8.xml

index 0462d7f9046bb99947f946fc4cb6d369b8a5d4fb..6f09795ba67276abb181ab29b7c82202a29ea554 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-18  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * man/userdel.8.xml: Document tat -f may force teh deletion of a
+       busy user.
+
 2009-05-18  Nicolas François  <nicolas.francois@centraliens.net>
 
        * NEWS, src/usermod.c: Check if the user is busy when the user's
index fc272ac4bd0aff2f226755ed30456289cbc09e2e..5c3219556eb9a0f537b068c7e80aa6c75b836f46 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
    Copyright (c) 1991 - 1994, Julianne Frances Haugh
-   Copyright (c) 2007 - 2008, Nicolas François
+   Copyright (c) 2007 - 2009, Nicolas François
    All rights reserved.
   
    Redistribution and use in source and binary forms, with or without
     <title>CAVEATS</title>
     <para>
       <command>userdel</command> will not allow you to remove an account if
-      the user is currently logged in. You must kill any running processes
-      which belong to an account that you are deleting.
+      there are running processes which belong to this account. In that
+      case, you may have to kill those processes or lock the user's
+      password or account and remove the account later. The
+      <option>-f</option> option can force the deletion of this account.
     </para>
     <para>You may not remove any NIS attributes on a NIS client. This must
       be performed on the NIS server.