* man/newusers.8.xml: Document the optional file argument.

* man/newusers.8.xml: Fix the documentation of the inputs' format.
This commit is contained in:
nekral-guest 2011-11-11 11:35:56 +00:00
parent 184f9d40e6
commit 61ba4bf46e
2 changed files with 10 additions and 3 deletions

View File

@ -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

View 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>