From afde597521b4ca0fd7bed08b8bcc0d8d8e731de2 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 31 Oct 2015 05:58:12 +0000 Subject: remove extraneous space * man/ruby.1 (SYNOPSIS): remove extraneous space for -F option as it does not allow spaces before its argument. [ruby-core:71283] [Bug #11641] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ man/ruby.1 | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b492bec045..9ee6eb5983 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sat Oct 31 14:58:10 2015 Nobuyoshi Nakada + + * man/ruby.1 (SYNOPSIS): remove extraneous space for -F option as + it does not allow spaces before its argument. + [ruby-core:71283] [Bug #11641] + +Sat Oct 31 14:58:01 2015 Nobuyoshi Nakada + + * man/ruby.1 (SYNOPSIS): remove extraneous space for -F option as + it does not allow spaces before its argument. + [ruby-core:71283] [Bug #11641] + Sat Oct 31 10:22:49 2015 yui-knk * eval_error.c (undef_mesg_for): fix typo. Before this commit diff --git a/man/ruby.1 b/man/ruby.1 index 578288215c..c9a0bdc5aa 100644 --- a/man/ruby.1 +++ b/man/ruby.1 @@ -14,7 +14,7 @@ .Op Fl 0 Ns Op Ar octal .Op Fl C Ar directory .Op Fl E Ar external Ns Op : Ns Ar internal -.Op Fl F Ar pattern +.Op Fl F Ns Ar pattern .Op Fl I Ar directory .Op Fl K Ar c .Op Fl T Ns Op Ar level -- cgit v1.2.3