Revision: 3138 http://trac.macosforge.org/projects/ruby/changeset/3138 Author: ernest.prabhakar@gmail.com Date: 2009-12-18 17:49:41 -0800 (Fri, 18 Dec 2009) Log Message: ----------- Typo in rubyc man page Modified Paths: -------------- MacRuby/trunk/rubyc.1 Modified: MacRuby/trunk/rubyc.1 =================================================================== --- MacRuby/trunk/rubyc.1 2009-12-19 01:16:23 UTC (rev 3137) +++ MacRuby/trunk/rubyc.1 2009-12-19 01:49:41 UTC (rev 3138) @@ -111,7 +111,7 @@ .Nm ruby_deploy (via the Xcode target) when deploying Cocoa applications. However, calling .Nm rubyc -provides greater control, and allows you to create libraries, and standalone executables. +provides greater control, and allows you to create libraries and standalone executables. .Pp The easiest way to compile an existing project is to generate loadable object bundles for every Ruby source file, e.g., using the .Fl C