summaryrefslogtreecommitdiff
path: root/TROUBLESHOOTING
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1998-10-17 20:19:08 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1998-10-17 20:19:08 +0000
commit234814124ea923c7a5432df48c107ca1bbcc9604 (patch)
tree89a7b52d7ba208379427249d06e3b8719ed92301 /TROUBLESHOOTING
parente3e864785b79a9d62f85d7a2962260f866a572ee (diff)
downloadsudo-234814124ea923c7a5432df48c107ca1bbcc9604.tar.gz
environmental variable -> environment variable
Diffstat (limited to 'TROUBLESHOOTING')
-rw-r--r--TROUBLESHOOTING4
1 files changed, 2 insertions, 2 deletions
diff --git a/TROUBLESHOOTING b/TROUBLESHOOTING
index 45a77632c..9c11fafbd 100644
--- a/TROUBLESHOOTING
+++ b/TROUBLESHOOTING
@@ -49,11 +49,11 @@ Q) When I run visudo it uses vi as the editor and I hate vi. How
can I make it use another editor?
A) Your best bet is to run configure with the --with-env-editor switch.
This will make visudo use the editor specified by the user's
- EDITOR environmental variable. Alternately, you can run configure
+ EDITOR environment variable. Alternately, you can run configure
with the --with-editor=path_to_your_editor.
Q) Sudo appears to be removing some variables from my environment, why?
-A) Sudo removes the following "dangerous" environmental variables
+A) Sudo removes the following "dangerous" environment variables
to guard against shared library spoofing, shell voodoo, and
kerberos server spoofing.
IFS