]> granicus.if.org Git - shadow/commitdiff
* man/newusers.8.xml: Document the optional file argument.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 11 Nov 2011 11:35:56 +0000 (11:35 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 11 Nov 2011 11:35:56 +0000 (11:35 +0000)
* man/newusers.8.xml: Fix the documentation of the inputs' format.

ChangeLog
man/newusers.8.xml

index af1a83a5e1631bf1cbfbbb75739a18ff526ebddf..310763b79f6583959dda704b9ac3b767c922b310 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-11  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * man/newusers.8.xml: Document the optional file argument.
+       * man/newusers.8.xml: Fix the documentation of the inputs' format.
+
 2011-11-06  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/groupmod.8.xml: Document that the primary group of users may
index ba61594134e06e8ca2c91d2ab4b3602bbf79524e..1a8660066e0deaae6989ed15a79f8291d3f7cd9c 100644 (file)
@@ -64,7 +64,9 @@
       <command>newusers</command>
       <arg choice='opt'>
        <replaceable>options</replaceable>
-       <replaceable>new_users</replaceable>
+      </arg>
+      <arg choice='opt'>
+       <replaceable>file</replaceable>
       </arg>
     </cmdsynopsis>
   </refsynopsisdiv>
@@ -72,8 +74,8 @@
   <refsect1 id='description'>
     <title>DESCRIPTION</title>
     <para>
-      The <command>newusers</command> command reads a file of user name and
-      clear-text password pairs and uses this information to update a group
+      The <command>newusers</command> command reads a <replaceable>file</replaceable> (or the standard input by default)
+      and uses this information to update a set
       of existing users or to create new users. Each line is in the same format
       as the standard password file (see
       <citerefentry><refentrytitle>passwd</refentrytitle><manvolnum>5</manvolnum>