summaryrefslogtreecommitdiffstats
path: root/libmount/src/cache.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/cache.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/cache.c')
-rw-r--r--libmount/src/cache.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libmount/src/cache.c b/libmount/src/cache.c
index e3bdcd089..7298b2820 100644
--- a/libmount/src/cache.c
+++ b/libmount/src/cache.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009 Karel Zak <kzak@redhat.com>
+ * Copyright (C) 2009-2011 Karel Zak <kzak@redhat.com>
*
* This file may be redistributed under the terms of the
* GNU Lesser General Public License.
@@ -11,7 +11,7 @@
* @short_description: paths and tags (UUID/LABEL) caching
*
* The cache is a very simple API for work with tags (LABEL, UUID, ...) and
- * paths. The cache uses libblkid as a backend from TAGs resolution.
+ * paths. The cache uses libblkid as a backend for TAGs resolution.
*
* All returned paths are always canonicalized.
*/
@@ -450,7 +450,7 @@ char *mnt_get_fstype(const char *devname, int *ambi, struct libmnt_cache *cache)
*
* Converts path:
* - to the absolute path
- * - /dev/dm-N to /dev/mapper/<name>
+ * - /dev/dm-N to /dev/mapper/name
*
* Returns: absolute path or NULL in case of error. The result has to be
* deallocated by free() if @cache is NULL.
@@ -501,7 +501,7 @@ error:
*
* Converts path:
* - to the absolute path
- * - /dev/dm-N to /dev/mapper/<name>
+ * - /dev/dm-N to /dev/mapper/name
* - /dev/loopN to the loop backing filename
* - empty path (NULL) to 'none'
*