summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-13 15:02:10 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-25 22:57:28 +0900
commitbab01d284c86b39952baaddb15901fd4a15e4151 (patch)
tree74b3c34a5dce558c8d2ec1ec8002637d15673dab /man
parentf714448be7613017779d196daa72238b0efffaba (diff)
[Feature #19790] Rename BUGREPORT_PATH as CRASH_REPORT
Diffstat (limited to 'man')
-rw-r--r--man/ruby.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man/ruby.1 b/man/ruby.1
index e552cf9146..eb55b06a4d 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -25,7 +25,7 @@
.Op Fl - 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 -bugreport-path Ns = Ns Ar template
+.Op Fl -crash-report Ns = Ns Ar template
.Op Fl -
.Op Ar program_file
.Op Ar argument ...
@@ -471,10 +471,10 @@ If this switch is given, and no script arguments (script file or
.Fl e
options) are present, Ruby quits immediately.
.Pp
-.It Fl -bugreport-path Ns = Ns Ar template
+.It Fl -crash-report Ns = Ns Ar template
Sets the template of path name to save bug report.
See
-.Ev RUBY_BUGREPORT_PATH
+.Ev RUBY_CRASH_REPORT
environment variable for details.
.El
.Pp
@@ -654,8 +654,8 @@ default: 262144 or 524288
.El
.Sh BUG REPORT ENVIRONMENT
.Pp
-.Bl -tag -compact -width "RUBY_BUGREPORT_PATH"
-.It Ev RUBY_BUGREPORT_PATH
+.Bl -tag -compact -width "RUBY_CRASH_REPORT"
+.It Ev RUBY_CRASH_REPORT
The template of path name to save bug report.
default: none
.El