=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/sudo.pod,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/sudo/Attic/sudo.pod 2008/11/18 16:01:29 1.11 --- src/usr.bin/sudo/Attic/sudo.pod 2009/04/11 11:48:06 1.12 *************** *** 18,24 **** Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF, under agreement number F39502-99-1-0512. ! $Sudo: sudo.pod,v 1.120 2008/11/15 18:34:01 millert Exp $ =pod =head1 NAME --- 18,24 ---- Agency (DARPA) and Air Force Research Laboratory, Air Force Materiel Command, USAF, under agreement number F39502-99-1-0512. ! $Sudo: sudo.pod,v 1.122 2009/02/25 11:17:26 millert Exp $ =pod =head1 NAME *************** *** 27,37 **** =head1 SYNOPSIS ! B [B<-n>] B<-h> | B<-K> | B<-k> | B<-L> | B<-V> | B<-v> ! B B<-l[l]> [B<-AnS>] S<[B<-g> I|I<#gid>]> S<[B<-U> I]> ! S<[B<-u> I|I<#uid>]> [I] B [B<-AbEHnPS>] S<[B<-a> I]> S<[B<-C> I]> --- 27,43 ---- =head1 SYNOPSIS ! B B<-h> | B<-K> | B<-k> | B<-L> | B<-V> ! B B<-v> [B<-AknS>] ! S<[B<-a> I]> ! S<[B<-p> I]> + B B<-l[l]> [B<-AknS>] + S<[B<-a> I]> + S<[B<-g> I|I<#gid>]> S<[B<-p> I]> + S<[B<-U> I]> S<[B<-u> I|I<#uid>]> [I] + B [B<-AbEHnPS>] S<[B<-a> I]> S<[B<-C> I]> *************** *** 104,114 **** Normally, if B requires a password, it will read it from the current terminal. If the B<-A> (I) option is specified, ! a helper program is executed to read the user's password and output ! the password to the standard output. If the C ! environment variable is set, it specifies the path to the helper ! program. Otherwise, the value specified by the I option ! in L is used. =item -a I --- 110,120 ---- Normally, if B requires a password, it will read it from the current terminal. If the B<-A> (I) option is specified, ! a (possibly graphical) helper program is executed to read the ! user's password and output the password to the standard output. If ! the C environment variable is set, it specifies the ! path to the helper program. Otherwise, the value specified by the ! I option in L is used. =item -a I *************** *** 230,245 **** =item -K The B<-K> (sure I) option is like B<-k> except that it removes ! the user's timestamp entirely. Like B<-k>, this option does not ! require a password. =item -k ! The B<-k> (I) option to B invalidates the user's timestamp ! by setting the time on it to the Epoch. The next time B is ! run a password will be required. This option does not require a password ! and was added to allow a user to revoke B permissions from a .logout ! file. =item -L --- 236,258 ---- =item -K The B<-K> (sure I) option is like B<-k> except that it removes ! the user's timestamp entirely and may not be used in conjunction ! with a command or other option. This option does not require a ! password. =item -k ! When used by itself, the B<-k> (I) option to B invalidates ! the user's timestamp by setting the time on it to the Epoch. The ! next time B is run a password will be required. This option ! does not require a password and was added to allow a user to revoke ! B permissions from a .logout file. ! ! When used in conjunction with a command or an option that may require ! a password, the B<-k> option will cause B to ignore the user's ! timestamp file. As a result, B will prompt for a password ! (if one is required by I) and will not update the user's ! timestamp file. =item -L