diff options
| author | Karel Zak <kzak@redhat.com> | 2014-11-21 09:42:23 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2014-11-21 09:42:23 +0100 |
| commit | 3c5ee57cd3e604bc728d261351abf69b2800980e (patch) | |
| tree | df45af498a3ff1d8f4cbf8c12defd30a86a38357 /libfdisk/src/script.c | |
| parent | 914047b498a377944699b59ec93deddd4de9d63d (diff) | |
| download | util-linux-3c5ee57cd3e604bc728d261351abf69b2800980e.tar.gz | |
agetty: fix typo
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk/src/script.c')
| -rw-r--r-- | libfdisk/src/script.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libfdisk/src/script.c b/libfdisk/src/script.c index 5047461d5a..2353cb8a22 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; |
