summaryrefslogtreecommitdiffstats
path: root/libmount/src/tab_update.c
diff options
context:
space:
mode:
authorKarel Zak2011-07-23 01:27:39 +0200
committerKarel Zak2011-07-23 01:27:39 +0200
commit63de90d44f4f05a1f48942148edcf1740ba4a623 (patch)
tree63605bd12892a706c3c51d2910850ae10b423edd /libmount/src/tab_update.c
parentlibblkid: update docs (diff)
downloadkernel-qcow2-util-linux-63de90d44f4f05a1f48942148edcf1740ba4a623.tar.gz
kernel-qcow2-util-linux-63de90d44f4f05a1f48942148edcf1740ba4a623.tar.xz
kernel-qcow2-util-linux-63de90d44f4f05a1f48942148edcf1740ba4a623.zip
libmount: cleanup docs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/tab_update.c')
-rw-r--r--libmount/src/tab_update.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/libmount/src/tab_update.c b/libmount/src/tab_update.c
index 39d61e66c..defdc2eea 100644
--- a/libmount/src/tab_update.c
+++ b/libmount/src/tab_update.c
@@ -7,13 +7,14 @@
/**
* SECTION: update
- * @title: mtab managment
- * @short_description: userspace mount information management.
+ * @title: Tables update
+ * @short_description: userspace mount information management
*
- * The struct libmnt_update provides abstraction to manage mount options in userspace independently on
- * system configuration. This low-level API works on system with and without /etc/mtab. On
- * systems without the regular /etc/mtab file are userspace mount options (e.g. user=)
- * stored to the /run/mount/utab file.
+ * The struct libmnt_update provides abstraction to manage mount options in
+ * userspace independently on system configuration. This low-level API works on
+ * system with and without /etc/mtab. On systems without the regular /etc/mtab
+ * file are userspace mount options (e.g. user=) stored to the /run/mount/utab
+ * file.
*
* It's recommended to use high-level struct libmnt_context API.
*/