Skip to content

Commit

Permalink
pty.c: fix example typo [ci skip]
Browse files Browse the repository at this point in the history
* ext/pty/pty.c: [DOC] fix example typo, an old name at move from
  PTY.open.  [Fix rubyGH-972]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Jul 19, 2015
1 parent d34b311 commit 14b6c36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sun Jul 19 14:29:18 2015 windwiny <windwiny.ubt@gmail.com>

* ext/pty/pty.c: [DOC] fix example typo, an old name at move from
PTY.open. [Fix GH-972]

Sat Jul 18 21:29:19 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>

* thread.c (vm_check_ints_blocking): gather common statements at
Expand Down
2 changes: 1 addition & 1 deletion ext/pty/pty.c
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ static VALUE cPTY;
* # The result of read operation when pty slave is closed is platform
* # dependent.
* ret = begin
* m.gets # FreeBSD returns nil.
* master.gets # FreeBSD returns nil.
* rescue Errno::EIO # GNU/Linux raises EIO.
* nil
* end
Expand Down

0 comments on commit 14b6c36

Please sign in to comment.