From: Todd C. Miller Date: Sat, 15 Dec 2001 16:51:11 +0000 (+0000) Subject: Fix listpw and verifypw sections, they were not being formatted properly. X-Git-Tag: SUDO_1_6_4~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16912179e5b010382ac5b8a101e1f1316a45385e;p=sudo Fix listpw and verifypw sections, they were not being formatted properly. --- diff --git a/sudoers.pod b/sudoers.pod index b6045166d..08f9cc0d1 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -540,7 +540,7 @@ USER environment variable if possible, or the first editor in the list that exists and is executable. The default is the path to vi on your system. -=back 12 +=back B: @@ -581,20 +581,27 @@ This is not set by default. This option controls when a password will be required when a user runs B with the B<-v> flag. It has the following possible values: - all All the user's I entries for the - current host must have the C - flag set to avoid entering a password. +=over 8 + +=item all + +All the user's I entries for the current host must have +the C flag set to avoid entering a password. + +=item any - any At least one of the user's I entries - for the current host must have the - C flag set to avoid entering a - password. +At least one of the user's I entries for the current host +must have the C flag set to avoid entering a password. - never The user need never enter a password to use - the B<-v> flag. +=item never - always The user must always enter a password to use - the B<-v> flag. +The user need never enter a password to use the B<-v> flag. + +=item always + +The user must always enter a password to use the B<-v> flag. + +=back The default value is `all'. @@ -603,24 +610,31 @@ The default value is `all'. This option controls when a password will be required when a user runs B with the B<-l>. It has the following possible values: - all All the user's I entries for the - current host must have the C - flag set to avoid entering a password. +=over 8 - any At least one of the user's I entries - for the current host must have the - C flag set to avoid entering a - password. +=item all - never The user need never enter a password to use - the B<-l> flag. +All the user's I entries for the current host must have +the C flag set to avoid entering a password. - always The user must always enter a password to use - the B<-l> flag. +=item any + +At least one of the user's I entries for the current host +must have the C flag set to avoid entering a password. + +=item never + +The user need never enter a password to use the B<-l> flag. + +=item always + +The user must always enter a password to use the B<-l> flag. + +=back The default value is `any'. -=back 12 +=back B: @@ -655,7 +669,7 @@ B-spawned processes will get. The list can be replaced, added to, deleted from, or disabled by using the C<=>, C<+=>, C<-=>, and C operators respectively. This list has no default members. -=back 12 +=back When logging via syslog(3), B accepts the following values for the syslog facility (the value of the B Parameter): B (if your OS