]> granicus.if.org Git - sudo/commitdiff
fixed some formatting
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 5 Feb 1996 21:10:04 +0000 (21:10 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 5 Feb 1996 21:10:04 +0000 (21:10 +0000)
sudo.pod

index 6235f6043716c817d35bcb02f4bcd636cedfb8d3..c36b65d36ccd2105285c0b1bb80d195205162594 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -154,16 +154,16 @@ current_time + 2 * C<TIMEOUT>.
 
 =head1 FILES
 
-F</etc/sudoers>S<                      file of authorized users.>
+ /etc/sudoers          file of authorized users.
 
 =head1 ENVIRONMENT VARIABLES
 
-C<PATH>S<                                      Set to a sane value if SECURE_PATH is set>
-C<SHELL>S<                             Used to determine shell to run with -s option>
-C<SUDO_COMMAND>S<                      Set to the command run by B<sudo>>
-C<SUDO_USER>S<                         Set to the login of the user who invoked B<sudo>>
-C<SUDO_UID>S<                          Set to the uid of the user who invoked B<sudo>>
-C<SUDO_GID>S<                          Set to the gid of the user who invoked B<sudo>>
+ PATH                  Set to a sane value if SECURE_PATH is set
+ SHELL                 Used to determine shell to run with -s option
+ SUDO_COMMAND          Set to the command run by sudo
+ SUDO_USER             Set to the login of the user who invoked sudo
+ SUDO_UID              Set to the uid of the user who invoked sudo
+ SUDO_GID              Set to the gid of the user who invoked sudo
 
 =head1 AUTHORS