]> granicus.if.org Git - sudo/commitdiff
Substitute in comment characters for lines partaining to login.conf,
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 18 Feb 2008 15:53:33 +0000 (15:53 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 18 Feb 2008 15:53:33 +0000 (15:53 +0000)
BSD auth and SELinux and only enable them if pertinent.

sudo.pod

index b1b59a5d606b35b4ada135d2b3731d93db93beb2..d298b10617cb4f3812ad6ec2285b39661c38d000 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -32,14 +32,20 @@ B<sudo> B<-h> | B<-K> | B<-k> | B<-L> | B<-V> | B<-v>
 B<sudo> B<-l[l]> S<[B<-g> I<groupname>|I<#gid>]> S<[B<-U> I<username>]>
 S<[B<-u> I<username>|I<#uid>]> [I<command>]
 
-B<sudo> [B<-bEHPS>] S<[B<-a> I<auth_type>]> S<[B<-C> I<fd>]>
-S<[B<-c> I<class>|I<->]> S<[B<-g> I<groupname>|I<#gid>]> S<[B<-p> I<prompt>]>
+B<sudo> [B<-bEHPS>]
+S<[B<-a> I<auth_type>]>
+S<[B<-C> I<fd>]>
+S<[B<-c> I<class>|I<->]>
+S<[B<-g> I<groupname>|I<#gid>]> S<[B<-p> I<prompt>]>
 S<[B<-r> I<role>]> S<[B<-t> I<type>]>
 S<[B<-u> I<username>|I<#uid>]>
 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<fd>]>
-S<[B<-c> I<class>|I<->]> S<[B<-g> I<groupname>|I<#gid>]> S<[B<-p> I<prompt>]>
+B<sudoedit> [B<-S>]
+S<[B<-a> I<auth_type>]>
+S<[B<-C> I<fd>]>
+S<[B<-c> I<class>|I<->]>
+S<[B<-g> I<groupname>|I<#gid>]> S<[B<-p> I<prompt>]>
 S<[B<-u> I<username>|I<#uid>]> file ...
 
 =head1 DESCRIPTION