summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/alignment.c
diff options
context:
space:
mode:
authorKarel Zak2014-11-26 19:13:57 +0100
committerKarel Zak2014-11-26 19:13:57 +0100
commit705854f30773e463cd61796bc896f0c0053aa36d (patch)
treed18873c270c080064419baf496f62b2aea5aaf94 /libfdisk/src/alignment.c
parentlibfdisk: rename and move function (diff)
downloadkernel-qcow2-util-linux-705854f30773e463cd61796bc896f0c0053aa36d.tar.gz
kernel-qcow2-util-linux-705854f30773e463cd61796bc896f0c0053aa36d.tar.xz
kernel-qcow2-util-linux-705854f30773e463cd61796bc896f0c0053aa36d.zip
libfdisk: add API docs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk/src/alignment.c')
-rw-r--r--libfdisk/src/alignment.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libfdisk/src/alignment.c b/libfdisk/src/alignment.c
index 90f21bc69..93cb80b32 100644
--- a/libfdisk/src/alignment.c
+++ b/libfdisk/src/alignment.c
@@ -8,8 +8,8 @@
/**
* SECTION: alignment
- * @title: Align LBA
- * @short_description: function to align partitions and work with disk topology and geometry.
+ * @title: Alignment
+ * @short_description: functions to align partitions and work with disk topology and geometry
*
* The libfdisk aligns the end of the partitions to make it possible to align
* the next partition to the "grain" (see fdisk_get_grain()). The grain is
@@ -233,8 +233,8 @@ int fdisk_override_geometry(struct fdisk_context *cxt,
* fdisk_save_user_geometry:
* @cxt: context
* @cylinders: C
- * @head: H
- * @sector: S
+ * @heads: H
+ * @sectors: S
*
* Save user defined geometry to use it for partitioning.
*