]> granicus.if.org Git - shadow/commitdiff
* man/groupadd.8.xml: Fix the regular expression for group policy.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 15 Aug 2008 15:25:53 +0000 (15:25 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 15 Aug 2008 15:25:53 +0000 (15:25 +0000)
The final $ character is optional.
* man/groupadd.8.xml: Likewise.
* man/groupadd.8.xml: Indicate the maximum size of usernames.

ChangeLog
man/groupadd.8.xml
man/useradd.8.xml

index a8c4a61fcf3e94536d1faf1c093dbc2cdd10cc60..b671f8f1a0edcd14f452df1bc1470a2c9cfd4b6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
 2008-08-15  Nicolas François  <nicolas.francois@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@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@centraliens.net>
index 93037fbce12bf8336685ed5096b7925dee7d28ed..04f7aec1cdfdfb6faf0aa8200f1634c5153901a9 100644 (file)
      <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.
index 883bbc4e2647fafd3944a78ff2c4fb1214a844f9..6c330ca42af8ccaf9a10f3a8ee4e990938093e28 100644 (file)
     <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>