2010-02-22 09:15 UTC+0200 Chen Kedem <niki@synel.co.il>

* doc/en/file.txt
    ! Fix typo in DIRREMOVE() $SYNTAX$: DIRCHANGE --> DIRREMOVE
      reported by Alexey Myronenko.
This commit is contained in:
Chen Kedem
2010-02-22 07:14:57 +00:00
parent ee61581a8f
commit dbf4065f63
2 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-02-22 09:15 UTC+0200 Chen Kedem <niki@synel.co.il>
* doc/en/file.txt
! Fix typo in DIRREMOVE() $SYNTAX$: DIRCHANGE --> DIRREMOVE
reported by Alexey Myronenko.
2010-02-21 20:08 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbqt/hbqt_hbslots.cpp
* contrib/hbqt/hbqt_hbslots.h

View File

@@ -1021,7 +1021,7 @@
* $ONELINER$
* Attempt to remove an directory
* $SYNTAX$
* DIRCHANGE( <cDirectory> ) --> nError
* DIRREMOVE( <cDirectory> ) --> nError
* $ARGUMENTS$
* <cDirectory> The name of the directory you want to remove.
* $RETURNS$