OSDN Git Service

ui: new command: align-check TYPE N
authorJim Meyering <meyering@redhat.com>
Fri, 27 Nov 2009 10:15:53 +0000 (11:15 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 30 Nov 2009 17:41:31 +0000 (18:41 +0100)
commitb925eaf8f068994b573fe8b0e7356094a6aaeb52
tree81168b7e68f2b6a9f2f1629e3b030562e4c7819a
parent9461a3da07ea0a5910491877e5e935b09943d796
ui: new command: align-check TYPE N

e.g.,
  parted -s /dev/sda align-check min 1 && echo partition 1 is min-aligned
  parted -s /dev/sda align-check opt 2 && echo partition 2 is opt-aligned

* parted/parted.c:
* parted/ui.c:
* parted/ui.h:
* NEWS (New features): Mention it.
* doc/parted.texi (align-check): Describe it.
NEWS
doc/parted.texi
parted/parted.c
parted/ui.c
parted/ui.h