From 63de90d44f4f05a1f48942148edcf1740ba4a623 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Sat, 23 Jul 2011 01:27:39 +0200 Subject: libmount: cleanup docs Signed-off-by: Karel Zak --- libmount/src/cache.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libmount/src/cache.c') 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 + * Copyright (C) 2009-2011 Karel Zak * * 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/ + * - /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/ + * - /dev/dm-N to /dev/mapper/name * - /dev/loopN to the loop backing filename * - empty path (NULL) to 'none' * -- cgit v1.2.3-55-g7522