summaryrefslogtreecommitdiff
path: root/ruby.1
diff options
context:
space:
mode:
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"