aboutsummaryrefslogtreecommitdiff
path: root/Source/DOH
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2014-04-06 06:00:49 +1200
committerOlly Betts <olly@survex.com>2014-04-06 06:00:49 +1200
commit4959957c18dfe734fff2a15b94416abd5bb40eb6 (patch)
tree3b1f3071be171cd1cf589393653b066bf0905dae /Source/DOH
parente442903fde1995ce4abbbe1e675863c8c040a0ee (diff)
downloadswig-4959957c18dfe734fff2a15b94416abd5bb40eb6.tar.gz
Update documentation for deprecation and removal of Close()
Diffstat (limited to 'Source/DOH')
-rw-r--r--Source/DOH/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DOH/README b/Source/DOH/README
index 9baaabc8a..9817876bd 100644
--- a/Source/DOH/README
+++ b/Source/DOH/README
@@ -65,7 +65,7 @@ Putc(ch,obj) Put a character
Ungetc(ch,obj) Put character back on input stream
Seek(obj,offset,whence) Seek
Tell(obj) Return file pointer
-Close(obj) Close
+Delete(obj) Decrease the reference count, close file if zero
String Operations
-----------------