summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/script.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/script.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/script.c')
-rw-r--r--libfdisk/src/script.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/libfdisk/src/script.c b/libfdisk/src/script.c
index 5047461d5..2353cb8a2 100644
--- a/libfdisk/src/script.c
+++ b/libfdisk/src/script.c
@@ -2,6 +2,18 @@
#include "fdiskP.h"
#include "strutils.h"
+/**
+ * SECTION: script
+ * @title: Partition table script
+ * @short_description: text based description of partition table
+ *
+ * The libfdisk scripts are based on original sfdisk script (dumps). Each
+ * script has two parts: script headers and partition table entries
+ * (partitions).
+ *
+ * For more details about script format see sfdisk man page.
+ */
+
/* script header (e.g. unit: sectors) */
struct fdisk_scriptheader {
struct list_head headers;