ruby-changes:40327
From: nobu <ko1@a...>
Date: Sat, 31 Oct 2015 14:58:22 +0900 (JST)
Subject: [ruby-changes:40327] nobu:r52408 (trunk): remove extraneous space
nobu 2015-10-31 14:58:12 +0900 (Sat, 31 Oct 2015) New Revision: 52408 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52408 Log: 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] Modified files: trunk/ChangeLog trunk/man/ruby.1 Index: ChangeLog =================================================================== --- ChangeLog (revision 52407) +++ ChangeLog (revision 52408) @@ -1,3 +1,15 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Oct 31 14:58:10 2015 Nobuyoshi Nakada <nobu@r...> + + * 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 <nobu@r...> + + * 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 <spiketeika@g...> * eval_error.c (undef_mesg_for): fix typo. Before this commit Index: man/ruby.1 =================================================================== --- man/ruby.1 (revision 52407) +++ man/ruby.1 (revision 52408) @@ -14,7 +14,7 @@ https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L14 .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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/