]> git.tuebingen.mpg.de Git - osl.git/commitdiff
Cosmetics.
authorAndre Noll <maan@systemlinux.org>
Fri, 6 Jun 2008 12:51:01 +0000 (14:51 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 6 Jun 2008 12:51:01 +0000 (14:51 +0200)
osl.h.in

index 20e930ffae7b567c13ea72975ba1a636e589a290..514baa2ed576608c3f0a6b7607e5df68ad1eaccb 100644 (file)
--- a/osl.h.in
+++ b/osl.h.in
@@ -259,9 +259,9 @@ int osl_open_disk_object(const struct osl_table *t,
  *
  * \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);
 
@@ -313,7 +313,7 @@ int osl_add_row(struct osl_table *t, struct osl_object *objects);
  * 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.
  */