1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* man/ruby.1 (RUBYOPT): wrote which option can appear.

(--yydebug): wrote "do not use".
  (--dump): wrote "do not use".


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2008-11-11 14:14:29 +00:00
parent e087f9ed6a
commit 43463a5cb6
2 changed files with 29 additions and 0 deletions

View file

@ -1,3 +1,9 @@
Tue Nov 11 23:02:27 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* man/ruby.1 (RUBYOPT): wrote which option can appear.
(--yydebug): wrote "do not use".
(--dump): wrote "do not use".
Tue Nov 11 20:49:29 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> Tue Nov 11 20:49:29 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* configure.in: fix SEGV on Mac OS X 10.5.3 with pthread. * configure.in: fix SEGV on Mac OS X 10.5.3 with pthread.

View file

@ -24,6 +24,7 @@
.Op Fl r Ar library .Op Fl r Ar library
.Op Fl x Ns Op Ar directory .Op Fl x Ns Op Ar directory
.Op - Ns Bro Cm enable Ns | Ns Cm disable Brc Ns - Ns Ar FEATURE .Op - Ns Bro Cm enable Ns | Ns Cm disable Brc Ns - Ns Ar FEATURE
.Op Fl -dump Ns = Ns Ar target
.Op Fl -verbose .Op Fl -verbose
.Op Fl - .Op Fl -
.Op Ar program_file .Op Ar program_file
@ -373,6 +374,8 @@ before executing script.
.Pp .Pp
.It Fl y .It Fl y
.It Fl -yydebug .It Fl -yydebug
DO NOT USE.
Turns on compiler debug mode. Ruby will print a bunch of internal Turns on compiler debug mode. Ruby will print a bunch of internal
state messages during compiling scripts. You don't have to specify state messages during compiling scripts. You don't have to specify
this switch, unless you are going to debug the Ruby interpreter. this switch, unless you are going to debug the Ruby interpreter.
@ -402,6 +405,20 @@ Disables (or enables) all features.
.Pp .Pp
.El .El
.Pp .Pp
.It Fl -dump Ns = Ns Ar target
DO NOT USE.
Prints the specified target.
.Ar target
can be one of;
.Bl -hang -offset indent
.It Sy insns
disassembed instructions
.Pp
.El
.Pp
You don't have to specify this switch, unless you are going to debug the Ruby interpreter.
.Pp
.It Fl -verbose .It Fl -verbose
Enables verbose mode without printing version message at the Enables verbose mode without printing version message at the
beginning. It sets the beginning. It sets the
@ -428,6 +445,12 @@ Additional Ruby options.
e.g. e.g.
.Dl RUBYOPT="-w -Ke" .Dl RUBYOPT="-w -Ke"
.Pp .Pp
Note that RUBYOPT can contain only
.Fl d , Fl E , Fl I , Fl K , Fl r , Fl T , Fl U , Fl v , Fl w , Fl W, Fl -debug ,
.Fl -disable- Ns Ar FEATURE
and
.Fl -enable- Ns Ar FEATURE .
.Pp
.It Ev RUBYPATH .It Ev RUBYPATH
A colon-separated list of directories that Ruby searches for A colon-separated list of directories that Ruby searches for
Ruby programs when the Ruby programs when the