*
* \param obj Pointer to the object previously returned by open_disk_object().
*
- * \return The return value of the underlying call to para_munmap().
+ * \return The return value of the underlying call to munmap().
*
- * \sa para_munmap().
+ * \sa munmap(2).
*/
int osl_close_disk_object(struct osl_object *obj);
* This removes all disk storage objects, removes all rbtree nodes, and frees
* all volatile objects belonging to the given row. For mapped columns, the
* data is merely marked invalid and may be pruned from time to time by
- * para_fsck.
+ * osl_fsck.
*
* \return Standard.
*/