]> granicus.if.org Git - sudo/commitdiff
Clarify umask option description. From Reuben Thomas.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 21 Dec 2010 15:21:18 +0000 (10:21 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 21 Dec 2010 15:21:18 +0000 (10:21 -0500)
--HG--
branch : 1.7

sudoers.pod

index 494789b49d76c2b100417c037a7b68ef09d54cbd..b535593dacd3bfabd1788dfe1d55833c75bd9cfb 100644 (file)
@@ -997,11 +997,11 @@ own timestamps via C<sudo -v> and C<sudo -k> respectively.
 
 Umask to use when running the command.  Negate this option or set
 it to 0777 to preserve the user's umask.  The actual umask that is
-used will be the union of the user's umask and C<@sudo_umask@>.
-This guarantees that B<sudo> never lowers the umask when running a
-command.  Note on systems that use PAM, the default PAM configuration
-may specify its own umask which will override the value set in
-I<sudoers>.
+used will be the union of the user's umask and the value of the
+I<umask> option, which defaults to C<@sudo_umask@>.  This guarantees
+that B<sudo> never lowers the umask when running a command.  Note
+on systems that use PAM, the default PAM configuration may specify
+its own umask which will override the value set in I<sudoers>.
 
 =back