From dd8fec7560a2a20008ba8ccd64c06b6a6959eb4f Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 25 Oct 2008 15:15:06 +0000 Subject: * ruby.1 (ENVIRONMENT): refered gem help. (REPORTING BUGS): renamed the section BUGS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ruby.1 b/ruby.1 index c11fecc5f..6d0565da9 100644 --- a/ruby.1 +++ b/ruby.1 @@ -451,6 +451,14 @@ environment variable on calling Kernel#system. This variable is obsolete. .El .Pp +And Ruby depends on some RubyGems related environment variables unless disabled RubyGems. +See the help of +.Xr gem 1 +as bellow. +.Bd -literal -offset indent +% gem help +.Ed +.Pp .Sh SEE ALSO .Bl -hang -compact -width "http://www.ruby-lang.org/123" .It http://www.ruby-lang.org @@ -461,7 +469,7 @@ hosting many open source ruby projects. Ruby Application Archive. .El .Pp -.Sh BUGS +.Sh REPORTING BUGS .Bl -bullet .Li Security vulnerabilities should be reported via an email to .Aq security@ruby-lang.org Ns -- cgit