Browse Source

* SetFtime and GetFtime must be opened

carl 27 years ago
parent
commit
95b2768bc1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/dos.tex

+ 2 - 2
docs/dos.tex

@@ -423,7 +423,7 @@ Under \linux, supported attributes are:
 \procedure{GetFTime}{(var F; var Time: longint)}{
 \var{GetFTime} returns the modification time of a file.
 This time is encoded and must be decoded with \var{UnPackTime}. 
-\var{F} must be a file type, which has been assigned, but not
+\var{F} must be a file type, which has been assigned, and
 opened.}{Errors are reported in \var{DosError}}
 {\seep{SetFTime}, \seep{PackTime},\seep{UnPackTime}}
 
@@ -513,7 +513,7 @@ Under \linux the call exists, but is not implemented, i.e. it does nothing.}
 \procedure{SetFTime}{(var F; Time: longint)}{
 \var{GetFTime} returns the modification time of a file,
 this time is encoded and must be encoded with \var{PackTime}. 
-\var{F} must be a file type, which has been assigned, but not
+\var{F} must be a file type, which has been assigned, and
 opened.}{Errors are reported in \var{DosError}}
 {\seep{GetFTime}, \seep{PackTime},\seep{UnPackTime}}