2012-07-02 17:01 UTC+0200 Viktor Szakats (harbour syenar.net)

* doc/en/file.txt
    ! Double DIRCHANGE removed and 'he' to 'be' changed.
      by Alexey Myronenko
This commit is contained in:
Viktor Szakats
2012-07-02 15:02:21 +00:00
parent 614e19ba09
commit 6f8de93eb6
2 changed files with 8 additions and 4 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-02 17:01 UTC+0200 Viktor Szakats (harbour syenar.net)
* doc/en/file.txt
! Double DIRCHANGE removed and 'he' to 'be' changed.
by Alexey Myronenko
2012-07-02 11:46 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbtinymt/tests/test64.prg
! typo in test description

View File

@@ -12,8 +12,7 @@
* Copyright 2000 Luiz Rafael Culik <culik@sl.conex.net>
* Documentation for: FOPEN(), FCLOSE(), FWRITE(), FSEEK(), FREAD(), FILE(),
* FREADSTR(), FRENAME(), FERROR(), RENAME, ERASE, CURDIR(),
* DIRMAKE(), DIRCHANGE(), ISDISK(), DIRREMOVE(), DISKCHANGE(),
* DIRCHANGE()
* DIRMAKE(), DIRCHANGE(), ISDISK(), DIRREMOVE(), DISKCHANGE()
*
* Copyright 2000 David G. Holm <Harbour@SpaceMoose.com>
* Documentation for: HB_FEOF()
@@ -428,11 +427,11 @@
* $SYNTAX$
* FRENAME( <cOldFile>, <cNewFile> ) --> nSuccess
* $ARGUMENTS$
* <cOldFile> Old filenarne to he changed
* <cOldFile> Old filenarne to be changed
* <cNewFile> New filename
* $RETURNS$
* <nSuccess> If sucessful, a 0 will he returned otherwise,
* <nSuccess> If sucessful, a 0 will be returned otherwise,
* a -1 will be returned.
* $DESCRIPTION$
* This function renames the specified file <cOldFile> to <cNewFile>.