[l10n-russian CVS] shadow/man login.defs.5.xml, 1.4, 1.5 passwd.1.xml, 1.4, 1.5 userdel.8.xml, 1.3, 1.4 usermod.8.xml, 1.3, 1.4

Yuri Kozlov yuray-guest at alioth.debian.org
Sun May 14 09:32:01 UTC 2006


Update of /cvsroot/l10n-russian/shadow/man
In directory haydn:/tmp/cvs-serv8907

Modified Files:
	login.defs.5.xml passwd.1.xml userdel.8.xml usermod.8.xml 
Log Message:
sync with upstream

Index: userdel.8.xml
===================================================================
RCS file: /cvsroot/l10n-russian/shadow/man/userdel.8.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- userdel.8.xml	7 Feb 2006 18:25:34 -0000	1.3
+++ userdel.8.xml	14 May 2006 09:31:59 -0000	1.4
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-		"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <refentry id='userdel.8'>
   <!-- $Id$ -->
   <refmeta>
@@ -15,10 +13,9 @@
   <refsynopsisdiv id='synopsis'>
     <cmdsynopsis>
       <command>userdel</command>
-      <arg choice='opt'>-f </arg>
-      <arg choice='opt'>-r </arg>
+      <arg choice='opt'>options</arg>
       <arg choice='plain'>
-	<replaceable>login_name</replaceable>
+	<replaceable>LOGIN</replaceable>
       </arg>
     </cmdsynopsis>
   </refsynopsisdiv>
@@ -40,7 +37,7 @@
     <variablelist remap='IP'>
       <varlistentry>
 	<term>
-	  <option>-f</option>
+	  <option>-f</option>, <option>--force</option>
 	</term>
 	<listitem>
 	  <para>
@@ -56,14 +53,20 @@
 	    group of another user.
 	  </para>
 	  <para>
-	    <emphasis>Note:</emphasis> This option is dangerous and may let
+	    <emphasis>Note:</emphasis> This option is dangerous and may leave
 	    your system in an inconsistent state.
 	  </para>
 	</listitem>
       </varlistentry>
       <varlistentry>
+        <term><option>-h</option>, <option>--help</option></term>
+          <listitem>
+    	    <para>Display help message and exit.</para>
+    	  </listitem>
+      </varlistentry>
+      <varlistentry>
 	<term>
-	  <option>-r</option>
+	  <option>-r</option>, <option>--remove</option>
 	</term>
 	<listitem>
 	  <para>

Index: passwd.1.xml
===================================================================
RCS file: /cvsroot/l10n-russian/shadow/man/passwd.1.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- passwd.1.xml	9 Mar 2006 18:24:12 -0000	1.4
+++ passwd.1.xml	14 May 2006 09:31:59 -0000	1.5
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-		"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <refentry id='passwd.1'>
   <!--  $Id$ -->
   <refmeta>
@@ -52,10 +50,15 @@
       </para>
 
       <para>
-	The user is then prompted for a replacement password. This password
-	is tested for complexity. As a general guideline, passwords should
-	consist of 6 to 8 characters including one or more from each of
-	following sets:
+	The user is then prompted twice for a replacement password. The
+	second entry is compared against the first and both are required to
+	match in order for the password to be changed.
+      </para>
+
+      <para>
+	Then, the password is tested for complexity. As a general guideline,
+	passwords should consist of 6 to 8 characters including one or more
+	characters from each of the following sets:
       </para>
 
       <itemizedlist mark='bullet'>
@@ -76,11 +79,6 @@
 	is not suitably complex.
       </para>
 
-      <para>
-	If the password is accepted, <command>passwd</command> will prompt
-	again and compare the second entry against the first. Both entries
-	are required to match in order for the password to be changed.
-      </para>
     </refsect2>
 
     <refsect2 id='hints_for_user_passwords'>

Index: usermod.8.xml
===================================================================
RCS file: /cvsroot/l10n-russian/shadow/man/usermod.8.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- usermod.8.xml	7 Feb 2006 18:25:34 -0000	1.3
+++ usermod.8.xml	14 May 2006 09:31:59 -0000	1.4
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-		"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <refentry id='usermod.8'>
   <!--  $Id$  -->
   <refmeta>
@@ -40,6 +38,17 @@
     <variablelist remap='IP'>
       <varlistentry>
 	<term>
+	  <option>-a</option>, <option>--append</option>
+	  <replaceable>GROUP</replaceable>
+	</term>
+	<listitem>
+	  <para>
+	    Add the user to the supplemental group.
+	  </para>
+	</listitem>
+      </varlistentry>
+      <varlistentry>
+	<term>
 	  <option>-c</option>, <option>--comment</option>
 	  <replaceable>COMMENT</replaceable>
 	</term>

Index: login.defs.5.xml
===================================================================
RCS file: /cvsroot/l10n-russian/shadow/man/login.defs.5.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- login.defs.5.xml	9 Mar 2006 18:24:12 -0000	1.4
+++ login.defs.5.xml	14 May 2006 09:31:59 -0000	1.5
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
-		"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 <refentry id='login.defs.5'>
   <!--  $Id$ -->
   <refmeta>
@@ -26,19 +24,18 @@
       This file is a readable text file, each line of the file describing
       one configuration parameter. The lines consist of a configuration name
       and value, separated by whitespace. Blank lines and comment lines are
-      ignored. Comments are introduced with a `#' pound sign and the pound
+      ignored. Comments are introduced with a "#" pound sign and the pound
       sign must be the first non-white character of the line.
     </para>
 
     <para>
       Parameter values may be of four types: strings, booleans, numbers, and
       long numbers. A string is comprised of any printable characters. A
-      boolean should be either the value &ldquo;yes&rdquo; or
-      &ldquo;no&rdquo;. An undefined boolean parameter or one with a value
-      other than these will be given a &ldquo;no&rdquo; value. Numbers (both
-      regular and long) may be either decimal values, octal values (precede
-      the value with &ldquo;0&rdquo;) or hexadecimal values (precede the
-      value with &ldquo;0x&rdquo;). The maximum value of the regular and
+      boolean should be either the value "yes" or "no". An undefined boolean
+      parameter or one with a value other than these will be given a "no"
+      value. Numbers (both regular and long) may be either decimal values,
+      octal values (precede the value with "0") or hexadecimal values
+      (precede the value with "0x"). The maximum value of the regular and
       long numeric parameters is machine-dependent.
     </para>
 
@@ -76,16 +73,6 @@
 	</listitem>
       </varlistentry>
       <varlistentry>
-	<term>CREATE_HOME (boolean)</term>
-	<listitem>
-	  <para>
-	    This defines whether useradd should create home directories for
-	    users by default. This option is OR'ed with the
-	    <option>-m</option> flag on useradd command line.
-	  </para>
-	</listitem>
-      </varlistentry>
-      <varlistentry>
 	<term>GID_MAX (number)</term>
 	<term>GID_MIN (number)</term>
 	<listitem>
@@ -222,7 +209,7 @@
       <varlistentry>
 	<term>useradd</term>
 	<listitem>
-	  <para>CREATE_HOME
+	  <para>
 	    GID_MAX GID_MIN
 	    PASS_MAX_DAYS PASS_MIN_DAYS PASS_WARN_AGE
 	    UID_MAX UID_MIN




More information about the l10n-russian-cvs-commits mailing list