]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: silence some docs warnings
authorOndrej Oprala <ooprala@redhat.com>
Thu, 27 Mar 2014 11:40:48 +0000 (12:40 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 28 Mar 2014 10:25:40 +0000 (11:25 +0100)
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
libmount/src/tab.c
libmount/src/version.c

index 33e0eb8358fce7394a5ed1960df6a88e6b86b9fe..86d682a0feb055a6fb36543a77ff8537dde5e9c0 100644 (file)
@@ -732,7 +732,7 @@ static int mnt_table_move_parent(struct libmnt_table *tb, int oldid, int newid)
 /**
  * mnt_table_uniq_fs:
  * @tb: table
- * @direction: MNT_UNIQ_*
+ * @flags: MNT_UNIQ_*
  * @cmp: function to compare filesystems
  *
  * This function de-duplicate the @tb, but does not change order of the
index 1a12134190313fd1799fea977d47dd4642ad071d..7c26c255d18d9e9671a2cb04637c6179f2f5c3f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * version.c - Return the version of the blkid library
+ * version.c - Return the version of the libmount library
  *
  * Copyright (C) 2008 Karel Zak <kzak@redhat.com>
  * [Based on libblkid/version.c by Theodore Ts'o]