summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/partition.c
diff options
context:
space:
mode:
authorKarel Zak2014-11-21 09:42:23 +0100
committerKarel Zak2014-11-21 09:42:23 +0100
commit3c5ee57cd3e604bc728d261351abf69b2800980e (patch)
treedf45af498a3ff1d8f4cbf8c12defd30a86a38357 /libfdisk/src/partition.c
parentagetty: keep the current baud before try 9600 on serial lines (diff)
downloadkernel-qcow2-util-linux-3c5ee57cd3e604bc728d261351abf69b2800980e.tar.gz
kernel-qcow2-util-linux-3c5ee57cd3e604bc728d261351abf69b2800980e.tar.xz
kernel-qcow2-util-linux-3c5ee57cd3e604bc728d261351abf69b2800980e.zip
agetty: fix typo
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk/src/partition.c')
-rw-r--r--libfdisk/src/partition.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/libfdisk/src/partition.c b/libfdisk/src/partition.c
index ee33d7bdf..1af3cf245 100644
--- a/libfdisk/src/partition.c
+++ b/libfdisk/src/partition.c
@@ -4,6 +4,18 @@
#include "fdiskP.h"
+/**
+ * SECTION: partition
+ * @title: partition abstraction
+ * @short_description: generic label independent partition
+ *
+ * The fdisk_partition provides label independent abstraction. The partitions
+ * are not directly connected with partition table (label) data. Any change to
+ * fdisk_partition does not affects in-memory or on-disk label data.
+ *
+ * The fdisk_partition is possible to use as a template for
+ * fdisk_add_partition() or fdisk_set_partition() operations.
+ */
static void init_partition(struct fdisk_partition *pa)
{