aboutsummaryrefslogtreecommitdiffstats
path: root/man/ruby.1
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-15 04:22:44 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-15 04:22:44 +0000
commit5457b86aaf6dfa3191cd53eed7e32e4b5cc867e0 (patch)
tree3dc13acf37ff35fac83d23d8ea0f12389a1e3a8a /man/ruby.1
parent81d71fee9ba3be04209c2f157b16f06ec5054028 (diff)
downloadruby-5457b86aaf6dfa3191cd53eed7e32e4b5cc867e0.tar.gz
* man/erb.1: Fix grammar and copyright dates
* man/goruby.1: ditto * man/irb.1: ditto * man/rake.1: ditto * man/ri.1: ditto * man/ruby.1: ditto Patch by Arthur Gunn [Fixes Github #210] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'man/ruby.1')
-rw-r--r--man/ruby.111
1 files changed, 6 insertions, 5 deletions
diff --git a/man/ruby.1 b/man/ruby.1
index 39bc920a70..ebdca19470 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -1,5 +1,5 @@
.\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>.
-.Dd October 25, 2008
+.Dd November 7, 2012
.Dt RUBY(1) "" "Ruby Programmers Reference Guide"
.\".Dt RUBY 1
.Os UNIX
@@ -32,7 +32,7 @@
.Sh DESCRIPTION
Ruby is an interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text
-files and to do system management tasks (as in Perl). It is simple,
+files and to do system management tasks (like in Perl). It is simple,
straight-forward, and extensible.
.Pp
If you want a language for easy object-oriented programming, or you
@@ -123,9 +123,8 @@ on-the-fly.
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 in Rubyforge
-.Pf ( "http://www.rubyforge.org" ) and RAA
-.Pf ( "http://raa.ruby-lang.org" ) Ns .
+Moreover there are thousands of Ruby projects on GitHub
+.Pf <\fBhttps://github.com/languages/Ruby\fR> Ns .
.El
.Pp
.Sh OPTIONS
@@ -490,6 +489,8 @@ The official web site.
hosting many open source ruby projects.
.It http://raa.ruby-lang.org
Ruby Application Archive.
+.It https://github.com/languages/Ruby
+Ruby projects on Github.
.El
.Pp
.Sh REPORTING BUGS