aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-23 11:21:55 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-23 11:21:55 +0000
commit0b5a4e68c3c577fbf807cdb81d5b69bb2901a4c9 (patch)
treea3a671e8537cdc2aab745620e3afe8380e4bb431 /man
parent7c30df71349f136e7d96f33e7f33bba1aee06d83 (diff)
downloadruby-0b5a4e68c3c577fbf807cdb81d5b69bb2901a4c9.tar.gz
Update the paragraphs in "Rich Libraries" which included a dead link
* man/ruby.1: Update the paragraphs in "Rich Libraries" which included a dead link. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'man')
-rw-r--r--man/ruby.120
1 files changed, 15 insertions, 5 deletions
diff --git a/man/ruby.1 b/man/ruby.1
index 9fb38f9151..f9b21f91cf 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -120,11 +120,21 @@ On most
systems, you can load object files into the Ruby interpreter
on-the-fly.
.It Sy "Rich libraries"
-Libraries called "builtin libraries" and "standard libraries" are bundled with Ruby.
-And you can obtain more libraries via the package management system called `RubyGems'.
-.Pp
-Moreover there are thousands of Ruby projects on GitHub
-.Aq Lk https://github.com/languages/Ruby .
+In addition to the
+.Dq builtin libraries
+and
+.Dq standard libraries
+that are bundled with Ruby, a vast amount of third-party libraries
+.Pq Dq gems
+are available via the package management system called
+.Sq RubyGems ,
+namely the
+.Xr gem 1
+command. Visit RubyGems.org
+.Pq Lk https://rubygems.org/
+to find the gems you need, and explore GitHub
+.Pq Lk https://github.com/
+to see how they are being developed and used.
.El
.Pp
.Sh OPTIONS