From bab01d284c86b39952baaddb15901fd4a15e4151 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 13 Sep 2023 15:02:10 +0900 Subject: [Feature #19790] Rename BUGREPORT_PATH as CRASH_REPORT --- man/ruby.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'man') 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 -- cgit v1.2.3