summaryrefslogtreecommitdiff
path: root/ruby.1
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-03-11 08:27:43 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-03-11 08:27:43 +0000
commitdafff6db598ed2acd12996c925cf2cfd57d86f7d (patch)
treeb5508a3130e1af8363dd3c745da75d7e6763967e /ruby.1
parentf47eaab4f5254f31bb4ac715d2a8a70d4d795d8e (diff)
* lib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::wrap): removed
space before argument parenthesis. [ruby-talk:183630] * ruby.1: a clarification patch from David Lutterkort <dlutter at redhat.com>. [ruby-core:7508] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.1')
-rw-r--r--ruby.15
1 files changed, 3 insertions, 2 deletions
diff --git a/ruby.1 b/ruby.1
index 5587a6d9a6..f240f2f22b 100644
--- a/ruby.1
+++ b/ruby.1
@@ -309,9 +309,10 @@ this switch, unless you are going to debug the Ruby interpreter.
.Sh ENVIRONMENT
.Bl -tag -width "RUBYLIB_PREFIX" -compact
.It Ev RUBYLIB
-A colon-separated list of directories that are appended to Ruby's
+A colon-separated list of directories that are added to Ruby's
library load path
-.Pf ( Li "$:" ) .
+.Pf ( Li "$:" ) . Directories from this environment variable are searched
+before the standard load path is searched.
.Pp
e.g.:
.Dl RUBYLIB="$HOME/lib/ruby:$HOME/lib/rubyext"