]> granicus.if.org Git - linux-pam/commitdiff
pam_umask: correct the documentation of GECOS field parsing
authorTomas Mraz <tmraz@fedoraproject.org>
Wed, 27 Jun 2012 16:21:13 +0000 (18:21 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Wed, 27 Jun 2012 16:21:13 +0000 (18:21 +0200)
modules/pam_umask/pam_umask.8.xml: Correct the documentation of GECOS field
parsing.

modules/pam_umask/pam_umask.8.xml

index 3b7e197b90a6ea316ddd4aa17a5620c80cc06af4..1e8d130b7d58cf6d6664a39b5413f892d44f48e1 100644 (file)
         </listitem>
         <listitem>
           <para>
-            umask= entry of the users GECOS field
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            pri= entry of the users GECOS field
-          </para>
-        </listitem>
-        <listitem>
-          <para>
-            ulimit= entry of the users GECOS field
+            umask= entry in the user's GECOS field
           </para>
         </listitem>
         <listitem>
         </listitem>
       </itemizedlist>
     </para>
+    <para>
+      The GECOS field is split on comma ',' characters. The module
+      also in addition to the umask= entry recognizes pri= entry,
+      which sets the nice priority value for the session, and
+      ulimit= entry, which sets the maximum size of files the processes
+      in the session can create.
+    </para>
 
   </refsect1>