Revision
3129
Author
lsansonetti@apple.com
Date
2009-12-17 17:51:01 -0800 (Thu, 17 Dec 2009)

Log Message

fixed format of the -C example

Modified Paths

Diff

Modified: MacRuby/trunk/rubyc.1 (3128 => 3129)


--- MacRuby/trunk/rubyc.1	2009-12-17 22:14:07 UTC (rev 3128)
+++ MacRuby/trunk/rubyc.1	2009-12-18 01:51:01 UTC (rev 3129)
@@ -74,7 +74,7 @@
 The easiest way to compile an existing project is probably to generate loadable object bundles for every Ruby source file, using the
 .Fl C
 option. These bundles are using the .rbo file extension and can simply be installed in the same directory as the original .rb source files. The MacRuby runtime will always pick .rbo files in priority upon #require calls. The source files can later be removed.
-.Dl $ find src/lib -name "*.rb" -exec rubyc -C {} \;
+.Dl $ find src/lib -name """*.rb""" -exec rubyc -C {} \e;
 .Pp
 .Nm rubyc
 without any option will create a binary executable, like the C compiler.