From 840f8bcb9e9571fc44c02d8deb925c2e7ce76d0f Mon Sep 17 00:00:00 2001 From: ttate Date: Mon, 7 Oct 2002 01:09:50 +0000 Subject: Fixed error messages and descriptions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/doc/dl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dl/doc/dl.txt') diff --git a/ext/dl/doc/dl.txt b/ext/dl/doc/dl.txt index 44499bba15..51da92c49d 100644 --- a/ext/dl/doc/dl.txt +++ b/ext/dl/doc/dl.txt @@ -174,7 +174,7 @@ the class Handle keeps a handle to opened library. == PtrData class -* ptr = PtrData.new(addr, [free = nil]) +* ptr = PtrData.new(addr, [size = 0, free = nil]) * returns the PtrData object representing the pointer which indicates the address addr. GC frees the memory using the free function. -- cgit v1.2.3