]> git.wh0rd.org Git - patches.git/blob - shadow-useradd-no-gid-option.patch
initial import
[patches.git] / shadow-useradd-no-gid-option.patch
1 2006-04-07  Mike Frysinger  <vapier@gentoo.org>
2
3         * man/useradd.8.xml: Document behavior when -g is not specified.
4
5 --- man/useradd.8.xml
6 +++ man/useradd.8.xml
7 @@ -41,6 +41,12 @@
8         will update system files and may also create the new user's home
9         directory and copy initial files.
10        </para>
11 +      <para>
12 +       When invoked without the <option>-g</option> option, the
13 +       <command>useradd</command> command automatically creates a new group
14 +       account with the same name as the new user account and sets that as
15 +       the user's initial login group.
16 +      </para>
17    </refsect1>
18  
19    <refsect1 id='options'>