From ee3140752f7aa17185e733c3ad97551522c4fc77 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 22 Feb 2012 13:02:17 +0100 Subject: libmount: cleanup docs Signed-off-by: Karel Zak --- libmount/src/version.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'libmount/src/version.c') diff --git a/libmount/src/version.c b/libmount/src/version.c index e3bc5ca8a..00e4f9961 100644 --- a/libmount/src/version.c +++ b/libmount/src/version.c @@ -68,16 +68,20 @@ int mnt_get_library_version(const char **ver_string) * @features: returns pointer to the static array of strings, the array is * terminated by NULL. * - * Example: + * Returns: number of items in the features array not including the last NULL, + * or less then zero in case of error * + * Example: + * + * * const char *features; * * mnt_get_library_features(&features); * while (features && *features) * printf("%s\n", *features++); + * + * * - * Returns: number of items in the features array not including the last NULL, - * or less then zero in case of error */ int mnt_get_library_features(const char ***features) { -- cgit v1.2.3-55-g7522