diff options
author | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-07 11:52:41 +0000 |
---|---|---|
committer | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-07 11:52:41 +0000 |
commit | 58aa09cb146cffcc258420d63fbf40b349afdb3a (patch) | |
tree | a343534507073dde968acd571fe59328a1a5ba96 | |
parent | 733be259071adba092ff9a2163cfed39392b2ad9 (diff) |
* doc/irb/irb.rd: fix typo. patch by Nobuhiro IMAI.
[Bug #4843] [ruby-dev:43639]
* doc/irb/irb.rd.ja: ditto.
* doc/ChangeLog-YARV: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | doc/ChangeLog-YARV | 2 | ||||
-rw-r--r-- | doc/irb/irb.rd | 2 | ||||
-rw-r--r-- | doc/irb/irb.rd.ja | 2 |
4 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,10 @@ +Tue Jun 7 20:50:11 2011 KOSAKI Motohiro <[email protected]> + + * doc/irb/irb.rd: fix typo. patch by Nobuhiro IMAI. + [Bug #4843] [ruby-dev:43639] + * doc/irb/irb.rd.ja: ditto. + * doc/ChangeLog-YARV: ditto. + Tue Jun 7 18:52:55 2011 NAKAMURA Usaku <[email protected]> * lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): IO#tty? of diff --git a/doc/ChangeLog-YARV b/doc/ChangeLog-YARV index c9d32916cf..cbc51c5593 100644 --- a/doc/ChangeLog-YARV +++ b/doc/ChangeLog-YARV @@ -4538,7 +4538,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada <[email protected]> 2005-11-15(Tue) 00:42:49 +0900 Koichi Sasada <[email protected]> * eval.c : support rb_frame_pop() and rb_frame_callee(), - add rb_sourcefile(), rb_souceline(), + add rb_sourcefile(), rb_sourceline(), * compile.c : support postposition while/until, diff --git a/doc/irb/irb.rd b/doc/irb/irb.rd index 8468809d2b..75274006e1 100644 --- a/doc/irb/irb.rd +++ b/doc/irb/irb.rd @@ -252,7 +252,7 @@ For irb commands, both simple name and `irb_'-prefixed name are prepared. --- kill n, irb_kill n Kill subirb. The means of n is as same as the case of irb_fg. ---- souce, irb_source path +--- source, irb_source path This is a like UNIX-shell command source. evaluate script in path on current context. diff --git a/doc/irb/irb.rd.ja b/doc/irb/irb.rd.ja index 53f76180ec..6e3abd7b3c 100644 --- a/doc/irb/irb.rd.ja +++ b/doc/irb/irb.rd.ja @@ -266,7 +266,7 @@ irb��ĥ���ޥ�ɤ�, ��ñ��̾����Ƭ��`irb_'��Ĥ���̾����ξ���������� --- kill n, irb_kill n ����irb��kill����. n��fg��Ʊ��. ---- souce, irb_source path +--- source, irb_source path UNIX�����륳�ޥ�ɤ�source�Ȼ��Ƥ���. ���ߤδĶ����path��Υ����� �ץȤ�ɾ������. |