[Pkg-shadow-commits] r1656 - in upstream/trunk: . man

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Jan 5 17:25:01 UTC 2008


Author: nekral-guest
Date: 2008-01-05 17:25:00 +0000 (Sat, 05 Jan 2008)
New Revision: 1656

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/man/groupadd.8.xml
   upstream/trunk/man/groupmod.8.xml
Log:
Add documentation for the new --password options.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-05 17:23:46 UTC (rev 1655)
+++ upstream/trunk/ChangeLog	2008-01-05 17:25:00 UTC (rev 1656)
@@ -1,5 +1,10 @@
 2008-01-05  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* man/groupadd.8.xml, man/groupmod.8.xml: Add documentation for
+	the new --password options.
+
+2008-01-05  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* src/useradd.c: Fix find_new_gid() prototype. Add a void
 	parameter.
 

Modified: upstream/trunk/man/groupadd.8.xml
===================================================================
--- upstream/trunk/man/groupadd.8.xml	2008-01-05 17:23:46 UTC (rev 1655)
+++ upstream/trunk/man/groupadd.8.xml	2008-01-05 17:25:00 UTC (rev 1656)
@@ -112,6 +112,19 @@
 	  </para>
 	</listitem>
       </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-p</option>, <option>--password</option>
+	  <replaceable>PASSWORD</replaceable>
+	</term>
+	<listitem>
+	  <para>
+	    The encrypted password, as returned by <citerefentry>
+	    <refentrytitle>crypt</refentrytitle><manvolnum>3</manvolnum>
+	    </citerefentry>. The default is to disable the password.
+	  </para>
+	</listitem>
+      </varlistentry>
     </variablelist>
   </refsect1>
 

Modified: upstream/trunk/man/groupmod.8.xml
===================================================================
--- upstream/trunk/man/groupmod.8.xml	2008-01-05 17:23:46 UTC (rev 1655)
+++ upstream/trunk/man/groupmod.8.xml	2008-01-05 17:25:00 UTC (rev 1656)
@@ -89,6 +89,19 @@
 	  </para>
 	</listitem>
       </varlistentry>
+      <varlistentry>
+	<term>
+	  <option>-p</option>, <option>--password</option>
+	  <replaceable>PASSWORD</replaceable>
+	</term>
+	<listitem>
+	  <para>
+	    The encrypted password, as returned by <citerefentry>
+	    <refentrytitle>crypt</refentrytitle><manvolnum>3</manvolnum>
+	    </citerefentry>. The default is to disable the password.
+	  </para>
+	</listitem>
+      </varlistentry>
     </variablelist>
   </refsect1>
 




More information about the Pkg-shadow-commits mailing list