summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/table.c
diff options
context:
space:
mode:
authorKarel Zak2015-01-13 11:45:19 +0100
committerKarel Zak2015-01-13 11:45:19 +0100
commit0c07055c39d38c106782db4ef5e806535641c556 (patch)
tree84cdf17e7bb72b1d36b8b330b48196d94638ce44 /libfdisk/src/table.c
parentraw: fix raw query (diff)
downloadkernel-qcow2-util-linux-0c07055c39d38c106782db4ef5e806535641c556.tar.gz
kernel-qcow2-util-linux-0c07055c39d38c106782db4ef5e806535641c556.tar.xz
kernel-qcow2-util-linux-0c07055c39d38c106782db4ef5e806535641c556.zip
libfdisk: cleanup gtk-docs warnings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk/src/table.c')
-rw-r--r--libfdisk/src/table.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libfdisk/src/table.c b/libfdisk/src/table.c
index 923481452..858e258b1 100644
--- a/libfdisk/src/table.c
+++ b/libfdisk/src/table.c
@@ -185,7 +185,7 @@ struct fdisk_partition *fdisk_table_get_partition(
* @pa: new entry
*
* Adds a new entry to table and increment @pa reference counter. Don't forget to
- * use fdisk_unref_pa() after fdisk_table_add_partition() if you want to keep
+ * use fdisk_unref_partition() after fdisk_table_add_partition() if you want to keep
* the @pa referenced by the table only.
*
* Returns: 0 on success or negative number in case of error.
@@ -529,7 +529,8 @@ done:
* This function adds freespace (described by fdisk_partition) to @table, it
* allocates a new table if the @table points to NULL.
*
- * Note that free space smaller than grain (see fdisk_get_grain()) is ignored.
+ * Note that free space smaller than grain (see fdisk_get_grain_size()) is
+ * ignored.
* Returns: 0 on success, otherwise, a corresponding error.
*/