]> granicus.if.org Git - sudo/commitdiff
resort ENVIRONMENT
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 8 Oct 2008 21:28:48 +0000 (21:28 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 8 Oct 2008 21:28:48 +0000 (21:28 +0000)
sudo.pod

index 4a1764787acac3a5c7ee5c6278080034930222ee..6ca8a02a26b436f7f3343af41b88ef8021c6e284 100644 (file)
--- a/sudo.pod
+++ b/sudo.pod
@@ -505,33 +505,33 @@ Used to determine shell to run with C<-s> option
 Specifies the path to a helper program used to read the password
 if no terminal is available or if the C<-A> option is specified.
 
-=item C<SUDO_PROMPT>
-
-Used as the default password prompt
-
 =item C<SUDO_COMMAND>
 
 Set to the command run by sudo
 
-=item C<SUDO_USER>
+=item C<SUDO_EDITOR>
 
-Set to the login of the user who invoked sudo
+Default editor to use in B<-e> (sudoedit) mode
 
-=item C<SUDO_UID>
+=item C<SUDO_GID>
 
-Set to the uid of the user who invoked sudo
+Set to the group ID of the user who invoked sudo
 
-=item C<SUDO_GID>
+=item C<SUDO_PROMPT>
 
-Set to the gid of the user who invoked sudo
+Used as the default password prompt
 
 =item C<SUDO_PS1>
 
-If set, C<PS1> will be set to its value
+If set, C<PS1> will be set to its value for the program being run
 
-=item C<SUDO_EDITOR>
+=item C<SUDO_UID>
 
-Default editor to use in B<-e> (sudoedit) mode
+Set to the user ID of the user who invoked sudo
+
+=item C<SUDO_USER>
+
+Set to the login of the user who invoked sudo
 
 =item C<USER>