From: Todd C. Miller Date: Thu, 26 Aug 1999 09:08:31 +0000 (+0000) Subject: rename "ENVIRONMENT VARIABLES" section to "ENVIRONMENT" to be more standard X-Git-Tag: SUDO_1_6_0~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=575c28def00074f7af47f70cc746bc8ffe673aa0;p=sudo rename "ENVIRONMENT VARIABLES" section to "ENVIRONMENT" to be more standard --- diff --git a/visudo.cat b/visudo.cat index b8d034ba2..963d31b01 100644 --- a/visudo.cat +++ b/visudo.cat @@ -61,7 +61,7 @@ EEEERRRRRRRROOOORRRRSSSS -17/Aug/1999 1.6 1 +25/Aug/1999 1.6 1 @@ -82,19 +82,19 @@ VISUDO(8) MAINTENANCE COMMANDS VISUDO(8) complain). In ----ssss (strict) mode these are errors not warnings. -FFFFIIIILLLLEEEESSSS - /etc/sudoers List of who can run what - /etc/sudoers.tmp Lock file for visudo - - -EEEENNNNVVVVIIIIRRRROOOONNNNMMMMEEEENNNNTTTT VVVVAAAARRRRIIIIAAAABBBBLLLLEEEESSSS - The following are used only if vvvviiiissssuuuuddddoooo was configured with - the _-_-_w_i_t_h_-_e_n_v_-_e_d_i_t_o_r option: +EEEENNNNVVVVIIIIRRRROOOONNNNMMMMEEEENNNNTTTT + The following environment variables are used only if + vvvviiiissssuuuuddddoooo was configured with the _-_-_w_i_t_h_-_e_n_v_-_e_d_i_t_o_r option: EDITOR Used by visudo as the editor to use VISUAL Used by visudo if EDITOR is not set +FFFFIIIILLLLEEEESSSS + /etc/sudoers List of who can run what + /etc/sudoers.tmp Lock file for visudo + + AAAAUUUUTTTTHHHHOOOORRRR Many people have worked on _s_u_d_o over the years, this version of vvvviiiissssuuuuddddoooo was written by: @@ -127,7 +127,7 @@ SSSSEEEEEEEE AAAALLLLSSSSOOOO -17/Aug/1999 1.6 2 +25/Aug/1999 1.6 2 @@ -193,6 +193,6 @@ VISUDO(8) MAINTENANCE COMMANDS VISUDO(8) -17/Aug/1999 1.6 3 +25/Aug/1999 1.6 3 diff --git a/visudo.html b/visudo.html index 4c0e4f427..9102098d4 100644 --- a/visudo.html +++ b/visudo.html @@ -15,8 +15,8 @@
  • DESCRIPTION
  • OPTIONS
  • ERRORS +
  • ENVIRONMENT
  • FILES -
  • ENVIRONMENT VARIABLES
  • AUTHOR
  • BUGS
  • DISCLAIMER @@ -100,20 +100,20 @@ you have a user or hostname listed that consists solely of upper case letters, digits, and the underscore ('_') character. If the latter, you can ignore the warnings (sudo will not complain). In -s (strict) mode these are errors not warnings. -

    FILES

    -

    -

     /etc/sudoers           List of who can run what
    - /etc/sudoers.tmp       Lock file for visudo
    -
    -

    ENVIRONMENT VARIABLES

    +

    ENVIRONMENT

    -The following are used only if visudo was configured with the ---with-env-editor option: +The following environment variables are used only if visudo +was configured with the --with-env-editor option:

     EDITOR                 Used by visudo as the editor to use
      VISUAL                 Used by visudo if EDITOR is not set
     
    +

    FILES

    +

    +

     /etc/sudoers           List of who can run what
    + /etc/sudoers.tmp       Lock file for visudo
    +

    AUTHOR

    Many people have worked on sudo over the years, this version of diff --git a/visudo.man b/visudo.man index 07a4a8949..f1601aa48 100644 --- a/visudo.man +++ b/visudo.man @@ -2,10 +2,8 @@ ''' $RCSfile$$Revision$$Date$ ''' ''' $Log$ -''' Revision 1.10 1999/08/17 15:29:47 millert -''' o NewArgv and NewArgc don't need to be externally visible. -''' o If pedantic > 1, it is a parse error. -''' o Add -s (strict) option to visudo which sets pedantic to 2. +''' Revision 1.11 1999/08/26 09:08:31 millert +''' rename "ENVIRONMENT VARIABLES" section to "ENVIRONMENT" to be more standard ''' ''' .de Sh @@ -98,7 +96,7 @@ .nr % 0 .rr F .\} -.TH VISUDO 8 "1.6" "17/Aug/1999" "MAINTENANCE COMMANDS" +.TH VISUDO 8 "1.6" "25/Aug/1999" "MAINTENANCE COMMANDS" .UC .if n .hy 0 .if n .na @@ -245,19 +243,19 @@ consists solely of upper case letters, digits, and the underscore ('_') character. If the latter, you can ignore the warnings (\fBsudo\fR will not complain). In \fB\-s\fR (strict) mode these are errors not warnings. -.SH "FILES" +.SH "ENVIRONMENT" +The following environment variables are used only if \fBvisudo\fR +was configured with the \fI--with-env-editor\fR option: .Sp .Vb 2 -\& /etc/sudoers List of who can run what -\& /etc/sudoers.tmp Lock file for visudo +\& EDITOR Used by visudo as the editor to use +\& VISUAL Used by visudo if EDITOR is not set .Ve -.SH "ENVIRONMENT VARIABLES" -The following are used only if \fBvisudo\fR was configured with the -\fI--with-env-editor\fR option: +.SH "FILES" .Sp .Vb 2 -\& EDITOR Used by visudo as the editor to use -\& VISUAL Used by visudo if EDITOR is not set +\& /etc/sudoers List of who can run what +\& /etc/sudoers.tmp Lock file for visudo .Ve .SH "AUTHOR" Many people have worked on \fIsudo\fR over the years, this version of @@ -308,9 +306,9 @@ the editor used by \fBvisudo\fR allows shell escapes. .IX Item "Warning: undeclared Alias referenced near ..." -.IX Header "FILES" +.IX Header "ENVIRONMENT" -.IX Header "ENVIRONMENT VARIABLES" +.IX Header "FILES" .IX Header "AUTHOR" diff --git a/visudo.pod b/visudo.pod index 4d22e2ef0..fff6b0ef5 100644 --- a/visudo.pod +++ b/visudo.pod @@ -115,19 +115,19 @@ underscore ('_') character. If the latter, you can ignore the warnings (B will not complain). In B<-s> (strict) mode these are errors not warnings. -=head1 FILES - - /etc/sudoers List of who can run what - /etc/sudoers.tmp Lock file for visudo - -=head1 ENVIRONMENT VARIABLES +=head1 ENVIRONMENT -The following are used only if B was configured with the -I<--with-env-editor> option: +The following environment variables are used only if B +was configured with the I<--with-env-editor> option: EDITOR Used by visudo as the editor to use VISUAL Used by visudo if EDITOR is not set +=head1 FILES + + /etc/sudoers List of who can run what + /etc/sudoers.tmp Lock file for visudo + =head1 AUTHOR Many people have worked on I over the years, this version of