The text suggested that only append operations were supported.

This commit is contained in:
nvt-se 2009-02-27 10:54:08 +00:00
parent d816b712c3
commit 2295df7246

View File

@ -54,8 +54,8 @@
* \param size The size of the file. * \param size The size of the file.
* \return 0 on success, -1 on failure. * \return 0 on success, -1 on failure.
* *
* Coffee uses sequential page structures for append-only files. The * Coffee uses sequential page structures for files. The sequential
* sequential structure can be reserved with a certain. If no reservation * structure can be reserved with a certain size. If no reservation
* has been done, files will be set to a default size once opened for * has been done, files will be set to a default size once opened for
* the first time. * the first time.
*/ */