Imported Upstream version 1.8.2
[debian/sudo] / doc / sudoers.man.in
index 90868c8b280c00ca122fc74610caa18b6214296a..faea227c68580f3fb44cdda412bec31d61aef630 100644 (file)
 .\" ========================================================================
 .\"
 .IX Title "SUDOERS @mansectform@"
-.TH SUDOERS @mansectform@ "May 16, 2011" "1.8.1p2" "MAINTENANCE COMMANDS"
+.TH SUDOERS @mansectform@ "August 17, 2011" "1.8.2" "MAINTENANCE COMMANDS"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -244,7 +244,7 @@ system this may include \f(CW\*(C`_RLD*\*(C'\fR, \f(CW\*(C`DYLD_*\*(C'\fR, \f(CW
 removed from the environment before \fBsudo\fR even begins execution
 and, as such, it is not possible for \fBsudo\fR to preserve them.
 .PP
-As a special case, If \fBsudo\fR's \fB\-i\fR option (initial login) is
+As a special case, if \fBsudo\fR's \fB\-i\fR option (initial login) is
 specified, \fIsudoers\fR will initialize the environment regardless
 of the value of \fIenv_reset\fR.  The \fI\s-1DISPLAY\s0\fR, \fI\s-1PATH\s0\fR and \fI\s-1TERM\s0\fR
 variables remain unchanged; \fI\s-1HOME\s0\fR, \fI\s-1MAIL\s0\fR, \fI\s-1SHELL\s0\fR, \fI\s-1USER\s0\fR,
@@ -1012,7 +1012,7 @@ If set, the four-digit year will be logged in the (non-syslog) \fBsudo\fR log fi
 This flag is \fIoff\fR by default.
 .IP "long_otp_prompt" 16
 .IX Item "long_otp_prompt"
-When validating with a One Time Password (\s-1OPT\s0) scheme such as
+When validating with a One Time Password (\s-1OTP\s0) scheme such as
 \&\fBS/Key\fR or \fB\s-1OPIE\s0\fR, 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
@@ -1350,7 +1350,7 @@ The following percent (`\f(CW\*(C`%\*(C'\fR') escape sequences are supported:
 .el .IP "\f(CW%H\fR" 4
 .IX Item "%H"
 expanded to the local host name including the domain name
-(on if the machine's host name is fully qualified or the \fIfqdn\fR
+(only if the machine's host name is fully qualified or the \fIfqdn\fR
 option is set)
 .ie n .IP "%h" 4
 .el .IP "\f(CW%h\fR" 4
@@ -1439,6 +1439,7 @@ as \fIenv_keep\fR and \fIenv_check\fR.
 .IP "exempt_group" 12
 .IX Item "exempt_group"
 Users in this group are exempt from password and \s-1PATH\s0 requirements.
+The group name specified should not include a \f(CW\*(C`%\*(C'\fR prefix.
 This is not set by default.
 .IP "group_plugin" 12
 .IX Item "group_plugin"
@@ -1455,7 +1456,7 @@ For example, given \fI/etc/sudo\-group\fR, a group file in Unix group
 format, the sample group plugin can be used:
 .Sp
 .Vb 1
-\&    Defaults sudo_plugin="sample_group.so /etc/sudo\-group"
+\&    Defaults group_plugin="sample_group.so /etc/sudo\-group"
 .Ve
 .Sp
 For more information see \fIsudo_plugin\fR\|(@mansectform@).