summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-05-09 11:40:02 +0900
committerNobuyoshi Nakada <[email protected]>2024-05-09 11:40:02 +0900
commitd10615c064603a138379019834b13349e563e7bb ()
tree52d929d852434ed82d5831d1c9226c8783afdb92 /man
parent58bde0169d64146ac30976f66412ef1c32b68c58 (diff)
[DOC] Update `--dump` option arguments in the ruby man page
Related to [Feature #20329].
-rw-r--r--man/ruby.112
1 files changed, 7 insertions, 5 deletions
@@ -448,18 +448,20 @@ Check syntax (same as
.El
.Pp
Or one of the following, which are intended for debugging the interpreter:
-.Bl -hang -offset indent -tag -width "parsetree_with_comment"
.It Sy yydebug
Enable compiler debug mode (same as
.Fl -yydebug).
.It Sy parsetree
Print a textual representation of the Ruby AST for the program.
-.It Sy parsetree_with_comment
-Print a textual representation of the Ruby AST for the program, but with each node annotated with the associated Ruby source code.
.It Sy insns
Print a list of disassembled bytecode instructions.
-.It Sy insns_without_opt
-Print the list of disassembled bytecode instructions before various optimizations have been applied.
.El
.Pp
.It Fl -verbose