[Adduser-devel] r183 - in trunk: debian doc

Marc Haber zugschlus@haydn.debian.org
Sat, 04 Sep 2004 11:19:08 -0600


Author: zugschlus
Date: 2004-09-04 11:19:05 -0600 (Sat, 04 Sep 2004)
New Revision: 183

Modified:
   trunk/debian/changelog
   trunk/doc/adduser.conf.5
Log:
  * adduser.conf manpages fixes. Thanks to Siward de Groot. (mh)
    Closes: #268841.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-09-04 17:17:56 UTC (rev 182)
+++ trunk/debian/changelog	2004-09-04 17:19:05 UTC (rev 183)
@@ -1,8 +1,10 @@
 adduser (3.60) unstable; urgency=low
 
   * NOT YET RELEASED!
+  * adduser.conf manpages fixes. Thanks to Siward de Groot. (mh)
+    Closes: #268841.
 
- -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat,  4 Sep 2004 19:17:38 +0200
+ -- Marc Haber <mh+debian-packages@zugschlus.de>  Sat,  4 Sep 2004 19:18:16 +0200
 
 adduser (3.59) unstable; urgency=low
 

Modified: trunk/doc/adduser.conf.5
===================================================================
--- trunk/doc/adduser.conf.5	2004-09-04 17:17:56 UTC (rev 182)
+++ trunk/doc/adduser.conf.5	2004-09-04 17:19:05 UTC (rev 183)
@@ -20,10 +20,11 @@
 .B deluser(8)
 and 
 .BR delgroup(8) .
-Each option takes the form
+Each line holds a single value pair in the form
 .IR option " = " value .
-Double or single quotes are allowed around the value.  Comment lines
-must have a pound sign (#) in the first line.
+Double or single quotes are allowed around the value, as is whitespace
+around the equals sign.  Comment lines must have a hash sign (#) in the
+first line.
 
 The valid configuration options are:
 .TP
@@ -60,13 +61,13 @@
 .IR /etc/skel .
 .TP
 .BR FIRST_SYSTEM_UID " and " LAST_SYSTEM_UID
-specify an inclusive range of dynamically allocated system user UIDs.
-Default to
+specify an inclusive range of UIDs from which system UIDs can be
+dynamically allocated. Default to
 .IR 100 " - " 999 .
 .TP
 .BR FIRST_UID " and " LAST_UID
-specify an inclusive range of dynamically allocated normal user UIDs.
-Default to
+specify an inclusive range of UIDs from which normal user's UIDs can
+be dynamically allocated. Default to
 .IR 1000 " - " 29999 .
 .TP
 \fBUSERGROUPS\fP