summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/parttype.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/parttype.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/parttype.c')
-rw-r--r--libfdisk/src/parttype.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/libfdisk/src/parttype.c b/libfdisk/src/parttype.c
index 2bcf69d6f..1e39eff10 100644
--- a/libfdisk/src/parttype.c
+++ b/libfdisk/src/parttype.c
@@ -2,9 +2,16 @@
#include <ctype.h>
#include "nls.h"
-
#include "fdiskP.h"
+/**
+ * SECTION: parttypw
+ * @title: Partition types
+ * @short_description: abstraction to partition types
+ *
+ * There are two basic types of parttypes, string based (e.g. GPT)
+ * and code/hex based (e.g. MBR).
+ */
/**
* fdisk_new_parttype: