diff options
| author | Karel Zak <kzak@redhat.com> | 2011-07-23 01:27:39 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2011-07-23 01:27:39 +0200 |
| commit | 63de90d44f4f05a1f48942148edcf1740ba4a623 (patch) | |
| tree | 63605bd12892a706c3c51d2910850ae10b423edd /libmount/src/tab_update.c | |
| parent | fd7c9e350415e48a30d579b28997ac178ae2d4c8 (diff) | |
| download | util-linux-63de90d44f4f05a1f48942148edcf1740ba4a623.tar.gz | |
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.c | 13 |
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. */ |
