mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.
a patch from Eugene Ossintsev <eugoss AT gmail.com>. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c5f2bbaf82
commit
f63aae063a
4 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Oct 3 23:37:17 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.
|
||||
a patch from Eugene Ossintsev <eugoss AT gmail.com>.
|
||||
|
||||
Wed Oct 3 17:56:22 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* benchmark/driver.rb: enable specify label to executable.
|
||||
|
|
2
bin/irb
2
bin/irb
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# irb.rb - intaractive ruby
|
||||
# irb.rb - interactive ruby
|
||||
# $Release Version: 0.9.5 $
|
||||
# $Revision$
|
||||
# $Date$
|
||||
|
|
2
bin/ri
2
bin/ri
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
# Class | Class::method | Class#method | Class.method | method
|
||||
#
|
||||
# All names may be abbreviated to their minimum unbiguous form. If a name
|
||||
# All names may be abbreviated to their minimum unambiguous form. If a name
|
||||
# _is_ ambiguous, all valid options will be listed.
|
||||
#
|
||||
# The form '.' method matches either class or instance methods, while
|
||||
|
|
|
@ -363,8 +363,8 @@ rb_nkf_guess2(VALUE obj, VALUE src)
|
|||
*
|
||||
* == Description
|
||||
*
|
||||
* This is a Ruby Extension version of nkf (Netowrk Kanji Filter).
|
||||
* It converts the first argument and return converted result. Conversion
|
||||
* This is a Ruby Extension version of nkf (Network Kanji Filter).
|
||||
* It converts the first argument and returns converted result. Conversion
|
||||
* details are specified by flags as the first argument.
|
||||
*
|
||||
* *Nkf* is a yet another kanji code converter among networks, hosts and terminals.
|
||||
|
|
Loading…
Reference in a new issue