Bug #2458

IO#seek からのリンク切れ:IO#lseek

Added by 5 5 about 2 years ago. Updated 10 months ago.

[ruby-reference-manual:1905]
Status:Closed Start date:12/08/2009
Priority:Normal Due date:
Assignee:- % Done:

100%

Category:doc
Target version:-
reporter:5.5 ruby_version:1.8, 1.9

Description

IO#seek のページで,IO#lseek にリンクしていますが,そういうページがありません。

IO#sysseek でしょうか?

Associated revisions

Revision 4186
Added by okkez over 1 year ago

apply a patch from Haruo Nanki (fix #2458)

History

Updated by haruo nanki almost 2 years ago

diff --git a/refm/api/src/_builtin/IO b/refm/api/src/_builtin/IO
index 0b14f15..c9ce043 100644
--- a/refm/api/src/_builtin/IO
+++ b/refm/api/src/_builtin/IO
@@ -1294,7 +1294,7 @@ offset 
      f.seek(-13, IO::SEEK_END)   #=> 0
      f.readline                  #=> "And so on...\n"

-@see [[m:IO#lseek]]
+@see [[m:IO#sysseek]]

 --- stat    -> File::Stat

Updated by okkez _ over 1 year ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100
This issue was solved with changeset r4186.
5, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.

Also available in: Atom PDF