* ext/etc/etc.c (etc_each_group): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
705c567194
commit
9f5f7b87ba
@ -1,3 +1,7 @@
|
|||||||
|
Wed Oct 28 14:51:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/etc/etc.c (etc_each_group): fixed typo.
|
||||||
|
|
||||||
Wed Oct 28 13:02:10 2009 Shugo Maeda <shugo@ruby-lang.org>
|
Wed Oct 28 13:02:10 2009 Shugo Maeda <shugo@ruby-lang.org>
|
||||||
|
|
||||||
* lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.
|
* lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.
|
||||||
|
@ -464,7 +464,7 @@ etc_group(VALUE obj)
|
|||||||
return Qnil;
|
return Qnil;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_GETPWENT
|
#ifdef HAVE_GETGRENT
|
||||||
/* Iterates for each entry in the /etc/group file if a block is given.
|
/* Iterates for each entry in the /etc/group file if a block is given.
|
||||||
* If no block is given, returns the enumerator.
|
* If no block is given, returns the enumerator.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user