From ad41fb497e5f542fe167e52dff20e6636a26cba3 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 21 Dec 2010 10:23:45 -0500 Subject: [PATCH] Clarify umask option description. From Reuben Thomas. --- doc/sudoers.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/sudoers.pod b/doc/sudoers.pod index a5af3cca9..3f4e7eeff 100644 --- a/doc/sudoers.pod +++ b/doc/sudoers.pod @@ -1097,11 +1097,11 @@ own timestamps via C and C 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 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. +used will be the union of the user's umask and the value of the +I option, which defaults to C<@sudo_umask@>. This guarantees +that B 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. =back