Imported Upstream version 1.8.2
[debian/sudo] / doc / sudoers.pod
index 12509cacb8125e0ba12ac65d257956efa1120c30..b2257caa030eb38697b5ebc4eeaceeb7ef1a9dc0 100644 (file)
@@ -115,7 +115,7 @@ C<LIBPATH>, C<SHLIB_PATH>, and others.  These type of variables are
 removed from the environment before B<sudo> even begins execution
 and, as such, it is not possible for B<sudo> to preserve them.
 
-As a special case, If B<sudo>'s B<-i> option (initial login) is
+As a special case, if B<sudo>'s B<-i> option (initial login) is
 specified, I<sudoers> will initialize the environment regardless
 of the value of I<env_reset>.  The I<DISPLAY>, I<PATH> and I<TERM>
 variables remain unchanged; I<HOME>, I<MAIL>, I<SHELL>, I<USER>,
@@ -882,7 +882,7 @@ This flag is I<off> by default.
 
 =item long_otp_prompt
 
-When validating with a One Time Password (OPT) scheme such as
+When validating with a One Time Password (OTP) scheme such as
 B<S/Key> or B<OPIE>, a two-line prompt is used to make it easier
 to cut and paste the challenge to a local window.  It's not as
 pretty as the default but some people find it more convenient.  This
@@ -1271,7 +1271,7 @@ The following percent (`C<%>') escape sequences are supported:
 =item C<%H>
 
 expanded to the local host name including the domain name
-(on if the machine's host name is fully qualified or the I<fqdn>
+(only if the machine's host name is fully qualified or the I<fqdn>
 option is set)
 
 =item C<%h>
@@ -1369,6 +1369,7 @@ as I<env_keep> and I<env_check>.
 =item exempt_group
 
 Users in this group are exempt from password and PATH requirements.
+The group name specified should not include a C<%> prefix.
 This is not set by default.
 
 =item group_plugin
@@ -1385,7 +1386,7 @@ be enclosed in double quotes (C<">).
 For example, given F</etc/sudo-group>, a group file in Unix group
 format, the sample group plugin can be used:
 
-    Defaults sudo_plugin="sample_group.so /etc/sudo-group"
+    Defaults group_plugin="sample_group.so /etc/sudo-group"
 
 For more information see L<sudo_plugin(5)>.