]> granicus.if.org Git - shadow/commitdiff
* man/usermod.8.xml: Split the CAVEAT section in paragraphs.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 18 May 2009 19:18:29 +0000 (19:18 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 18 May 2009 19:18:29 +0000 (19:18 +0000)
Updated information on the user_busy check.

ChangeLog
man/usermod.8.xml

index 6f09795ba67276abb181ab29b7c82202a29ea554..3b636486093ea837cf05ca9c0c991de99c0602eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-18  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * man/usermod.8.xml: Split the CAVEAT section in paragraphs.
+       Updated information on the user_busy check.
+
 2009-05-18  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/userdel.8.xml: Document tat -f may force teh deletion of a
index 7eb1450d2f9ebcc4e17c11f2d36b1aa9b74f149c..793644e95ce0e5d59f2aa074d466199974d981f4 100644 (file)
   <refsect1 id='caveats'>
     <title>CAVEATS</title>
     <para>
-      <command>usermod</command> will not allow you to change the name of an
-      user who is logged in. You must make certain that the named user is
+      You must make certain that the named user is
       not executing any processes when this command is being executed if the
-      user's numerical user ID is being changed. You must change the owner
-      of any <command>crontab</command> files manually. You must change
-      the owner of any <command>at</command> jobs manually. You must make
-      any changes involving NIS on the NIS server.
+      user's numerical user ID, the user's name, or the user's home
+      directory is being changed. <command>usermod</command> checks this
+      on Linux, but only check if the user is logged in according to utmp
+      on other architectures.
+    </para>
+    <para>
+      You must change the owner of any <command>crontab</command> files or
+      <command>at</command> jobs manually.
+    </para>
+    <para>
+      You must make any changes involving NIS on the NIS server.
     </para>
   </refsect1>