diff -r 323c7d7ae289 -r 4e67713bf25a UnixFileHandle.st --- a/UnixFileHandle.st Fri Jun 23 21:08:42 2000 +0200 +++ b/UnixFileHandle.st Fri Jun 23 21:43:57 2000 +0200 @@ -14,7 +14,7 @@ ! ! -!UnixFileHandle methodsFor:'finalization'! +!UnixFileHandle methodsFor:'release'! closeFile "close the underlying file" @@ -33,5 +33,5 @@ !UnixFileHandle class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/UnixFileHandle.st,v 1.2 2000-06-23 18:54:30 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/UnixFileHandle.st,v 1.3 2000-06-23 19:43:49 cg Exp $' ! !