From 6613580145388bdcdf2c5d195365edf7ba81db6f Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 16 Apr 2014 08:46:31 +0000 Subject: 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 --- man/ruby.1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'man/ruby.1') 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. -- cgit v1.2.3