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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Fri Aug 15 15:25:54 UTC 2008


Author: nekral-guest
Date: 2008-08-15 15:25:53 +0000 (Fri, 15 Aug 2008)
New Revision: 2268

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/man/groupadd.8.xml
   upstream/trunk/man/useradd.8.xml
Log:
	* man/groupadd.8.xml: Fix the regular expression for group policy.
	The final $ character is optional.
	* man/groupadd.8.xml: Likewise.
	* man/groupadd.8.xml: Indicate the maximum size of usernames.

Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-08-15 15:25:23 UTC (rev 2267)
+++ upstream/trunk/ChangeLog	2008-08-15 15:25:53 UTC (rev 2268)
@@ -1,6 +1,13 @@
 2008-08-15  Nicolas François  <nicolas.francois at centraliens.net>
 
-	* man/po/pl.po: Fix typo inthe Polish translation (see
+	* man/groupadd.8.xml: Fix the regular expression for group policy.
+	The final $ character is optional.
+	* man/groupadd.8.xml: Likewise.
+	* man/groupadd.8.xml: Indicate the maximum size of usernames.
+
+2008-08-15  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* man/po/pl.po: Fix typo in the Polish translation (see
 	http://bugs.debian.org/491460)
 
 2008-08-13  Nicolas François  <nicolas.francois at centraliens.net>

Modified: upstream/trunk/man/groupadd.8.xml
===================================================================
--- upstream/trunk/man/groupadd.8.xml	2008-08-15 15:25:23 UTC (rev 2267)
+++ upstream/trunk/man/groupadd.8.xml	2008-08-15 15:25:53 UTC (rev 2268)
@@ -188,7 +188,7 @@
      <para>
        Groupnames must begin with a lower case letter or an underscore,
        and only lower case letters, underscores, dashes, and dollar signs
-       may follow. In regular expression terms: [a-z_][a-z0-9_-]*[$]
+       may follow. In regular expression terms: [a-z_][a-z0-9_-]*[$]?
      </para>
      <para>
        Groupnames may only be up to 16 characters long.

Modified: upstream/trunk/man/useradd.8.xml
===================================================================
--- upstream/trunk/man/useradd.8.xml	2008-08-15 15:25:23 UTC (rev 2267)
+++ upstream/trunk/man/useradd.8.xml	2008-08-15 15:25:53 UTC (rev 2268)
@@ -463,8 +463,11 @@
     <para>
       Usernames must begin with a lower case letter or an underscore, and
       only lower case letters, underscores, dashes, and dollar signs may
-      follow. In regular expression terms: [a-z_][a-z0-9_-]*[$]
+      follow. In regular expression terms: [a-z_][a-z0-9_-]*[$]?
     </para>
+    <para>
+      Usernames may only be up to 32 characters long.
+    </para>
   </refsect1>
 
   <refsect1 id='configuration'>




More information about the Pkg-shadow-commits mailing list