[BACK]Return to sudo.pod CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/sudo.pod between version 1.8 and 1.9

version 1.8, 2008/01/07 14:10:08 version 1.9, 2008/07/31 16:44:03
Line 1 
Line 1 
 =cut  
 Copyright (c) 1994-1996, 1998-2005, 2007  Copyright (c) 1994-1996, 1998-2005, 2007
         Todd C. Miller <Todd.Miller@courtesan.com>          Todd C. Miller <Todd.Miller@courtesan.com>
   
Line 19 
Line 18 
 Agency (DARPA) and Air Force Research Laboratory, Air Force  Agency (DARPA) and Air Force Research Laboratory, Air Force
 Materiel Command, USAF, under agreement number F39502-99-1-0512.  Materiel Command, USAF, under agreement number F39502-99-1-0512.
   
 $Sudo: sudo.pod,v 1.70.2.20 2008/01/05 23:59:42 millert Exp $  $Sudo: sudo.pod,v 1.70.2.24 2008/02/19 18:22:11 millert Exp $
 =pod  =pod
   
 =head1 NAME  =head1 NAME
Line 30 
Line 29 
   
 B<sudo> B<-h> | B<-K> | B<-k> | B<-L> | B<-l> | B<-V> | B<-v>  B<sudo> B<-h> | B<-K> | B<-k> | B<-L> | B<-l> | B<-V> | B<-v>
   
 B<sudo> [B<-bEHPS>] S<[B<-a> I<auth_type>]>  B<sudo> [B<-bEHPS>]
 S<[B<-c> I<class>|I<->]> S<[B<-p> I<prompt>]> S<[B<-u> I<username>|I<#uid>]>  S<[B<-a> I<auth_type>]>
   S<[B<-c> I<class>|I<->]>
   S<[B<-p> I<prompt>]>
   S<[B<-u> I<username>|I<#uid>]>
 S<[B<VAR>=I<value>]> S<{B<-i> | B<-s> | I<command>}>  S<[B<VAR>=I<value>]> S<{B<-i> | B<-s> | I<command>}>
   
 B<sudoedit> [B<-S>] S<[B<-a> I<auth_type>]> S<[B<-c> I<class>|I<->]>  B<sudoedit> [B<-S>]
   S<[B<-a> I<auth_type>]>
   S<[B<-c> I<class>|I<->]>
 S<[B<-p> I<prompt>]> S<[B<-u> I<username>|I<#uid>]>  S<[B<-p> I<prompt>]> S<[B<-u> I<username>|I<#uid>]>
 file ...  file ...
   
Line 458 
Line 462 
   
 =head1 FILES  =head1 FILES
   
 =over 4  =over 24
   
 =item F<@sysconfdir@/sudoers>C<         >List of who can run what  =item F<@sysconfdir@/sudoers>
   
 =item F<@timedir@>C<            >Directory containing timestamps  List of who can run what
   
   =item F<@timedir@>
   
   Directory containing timestamps
   
 =back  =back
   
 =head1 EXAMPLES  =head1 EXAMPLES
Line 495 
Line 503 
   
 =head1 SEE ALSO  =head1 SEE ALSO
   
 L<grep(1)>, L<su(1)>, L<stat(2)>, L<login_cap(3)>, L<passwd(5)>,  L<grep(1)>, L<su(1)>, L<stat(2)>,
 L<sudoers(5)>, L<visudo(8)>  L<login_cap(3)>,
   L<passwd(5)>, L<sudoers(5)>, L<visudo(8)>
   
 =head1 AUTHORS  =head1 AUTHORS
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9