parted/parted-2.3-Document-align-check-642476.patch
Brian C. Lane edc1956dce - Document the align-check command
Resolves: #642476
- Default to 1MiB partition alignment
  Resolves: #618255
2010-12-20 15:40:39 -08:00

28 lines
816 B
Diff

From bbe2661b012ecf3948722ddfd0bd56c6891f1930 Mon Sep 17 00:00:00 2001
From: Brian C. Lane <bcl@redhat.com>
Date: Mon, 20 Dec 2010 13:55:24 -0800
Subject: [PATCH] Document align-check (#642476)
---
doc/C/parted.8 | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/doc/C/parted.8 b/doc/C/parted.8
index 2a8992e..c48e059 100644
--- a/doc/C/parted.8
+++ b/doc/C/parted.8
@@ -62,6 +62,10 @@ Specifies the command to be executed. If no command is given,
will present a command prompt. Possible commands are:
.RS
.TP
+.B align-check \fIalignment-type\fP \fIpartition\fP
+Determine whether the starting sector of \fIpartition\fP is aligned for the disk.
+\fIalignment-type\fP is "minimal" or "optimal".
+.TP
.B check \fIpartition\fP
Do a simple check on \fIpartition\fP.
.TP
--
1.7.3.3