aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-16 08:46:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-16 08:46:31 +0000
commit6613580145388bdcdf2c5d195365edf7ba81db6f (patch)
treef00d96737090988a9994a78084f9fcadb2cd54a6 /man
parent17eb86eb12ae6bdb299af12bee59502929dfa891 (diff)
downloadruby-6613580145388bdcdf2c5d195365edf7ba81db6f.tar.gz
ruby.c: remove mangled_path
* ruby.c (rubylib_mangled_path): remove obsolete code, which has been disabled since 5 years ago. * man/ruby.1 (ENVIRONMENT): delete an obsolete variable to mangle path, RUBYLIB_PREFIX. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'man')
-rw-r--r--man/ruby.15
1 files changed, 1 insertions, 4 deletions
diff --git a/man/ruby.1 b/man/ruby.1
index ec79e1d07b..f2d5736248 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -432,7 +432,7 @@ after printing its version.
.El
.Pp
.Sh ENVIRONMENT
-.Bl -tag -width "RUBYLIB_PREFIX" -compact
+.Bl -tag -width "RUBYSHELL" -compact
.It Ev RUBYLIB
A colon-separated list of directories that are added to Ruby's
library load path
@@ -472,9 +472,6 @@ variable is not defined, Ruby refers to
Ruby refers to the
.Ev PATH
environment variable on calling Kernel#system.
-.Pp
-.It Ev RUBYLIB_PREFIX
-This variable is obsolete.
.El
.Pp
And Ruby depends on some RubyGems related environment variables unless RubyGems is disabled.