]> granicus.if.org Git - shadow/commitdiff
Add documentation for the new --password options.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 17:25:00 +0000 (17:25 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 17:25:00 +0000 (17:25 +0000)
ChangeLog
man/groupadd.8.xml
man/groupmod.8.xml

index d9019015fcf4957b4fd6dccfee4b9da306e66b05..2f1a336f797da9fb130d1dfb6039f7e60c541cd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-05  Nicolas François  <nicolas.francois@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@centraliens.net>
 
        * src/useradd.c: Fix find_new_gid() prototype. Add a void
index a2e6c22a9bdaa83aea701a5f25fa23b2a70caa03..bca848fcbd9723ac058a6c30a3644faf03321339 100644 (file)
          </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>
 
index 752eef4ec833087e845873ab3acb97df51be6e56..8b32c12d079377f1b5251ccff69d9a470c981316 100644 (file)
          </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>