]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: update docs
authorKarel Zak <kzak@redhat.com>
Fri, 27 Sep 2013 08:38:39 +0000 (10:38 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 27 Sep 2013 08:38:39 +0000 (10:38 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/docs/libmount-sections.txt
libmount/src/fs.c
libmount/src/libmount.h.in
libmount/src/tab.c

index 037877f56e2f1304f08d6d7e55e41b6b0af731c7..ec04fff0982f89c06a3db74808e500ff925235c8 100644 (file)
@@ -38,14 +38,14 @@ mnt_context_enable_verbose
 mnt_context_get_cache
 mnt_context_get_fs
 mnt_context_get_fstab
-mnt_context_get_fstab_userdata;
+mnt_context_get_fstab_userdata
 mnt_context_get_fstype
-mnt_context_get_fs_userdata;
+mnt_context_get_fs_userdata
 mnt_context_get_helper_status
 mnt_context_get_lock
 mnt_context_get_mflags
 mnt_context_get_mtab
-mnt_context_get_mtab_userdata;
+mnt_context_get_mtab_userdata
 mnt_context_get_options
 mnt_context_get_optsmode
 mnt_context_get_source
index e1bfb7b97e5badcace75070f015ad5447a955a0a..3ab614503c7393b49d49466b86ddb1f5e89d54f7 100644 (file)
@@ -112,7 +112,7 @@ void mnt_ref_fs(struct libmnt_fs *fs)
  * mnt_unref_fs:
  * @fs: fs pointer
  *
- * De-increments reference counter, on zero the FS is automatically
+ * De-increments reference counter, on zero the @fs is automatically
  * deallocated by mnt_free_fs().
  */
 void mnt_unref_fs(struct libmnt_fs *fs)
index b95b08bce45be4cfe17a038d04ab88263cfa542b..bb03363c860396adb72e41f1bd50e9c45c5ebe88 100644 (file)
@@ -415,8 +415,8 @@ extern struct libmnt_table *mnt_new_table(void)
                        __ul_attribute__((warn_unused_result));
 extern void mnt_free_table(struct libmnt_table *tb);
 
-extern void mnt_ref_table(struct libmnt_table *table);
-extern void mnt_unref_table(struct libmnt_table *table);
+extern void mnt_ref_table(struct libmnt_table *tb);
+extern void mnt_unref_table(struct libmnt_table *tb);
 
 extern int mnt_reset_table(struct libmnt_table *tb);
 extern int mnt_table_get_nents(struct libmnt_table *tb);
index d646d6a83db8225b4d63457d6285b6172d7883c9..3633b6aa08b04ebd4e3d76c3199f0dabf5149a28 100644 (file)
@@ -115,7 +115,7 @@ void mnt_ref_table(struct libmnt_table *tb)
  * mnt_unref_table:
  * @tb: table pointer
  *
- * De-increments reference counter, on zero the FS is automatically
+ * De-increments reference counter, on zero the @tb is automatically
  * deallocated by mnt_free_table().
  */
 void mnt_unref_table(struct libmnt_table *tb)