Version 0.6.12 release; mostly changes in support for disks with other
than 512-byte sectors.
diff --git a/sgdisk.8 b/sgdisk.8
index e44079b..2a9560e 100644
--- a/sgdisk.8
+++ b/sgdisk.8
@@ -1,6 +1,6 @@
 .\" Copyright 2010 Roderick W. Smith (rodsmith@rodsbooks.com)
 .\" May be distributed under the GNU General Public License
-.TH "SGDISK" "8" "0.6.11" "Roderick W. Smith" "GPT fdisk Manual"
+.TH "SGDISK" "8" "0.6.12" "Roderick W. Smith" "GPT fdisk Manual"
 .SH "NAME"
 sgdisk \- Command\-line GUID partition table (GPT) manipulator for Linux and Unix
 .SH "SYNOPSIS"
@@ -314,12 +314,12 @@
 
 .TP 
 .B \-n, \-\-new=partnum:start:end
-Create a new partition. You enter a partition
-number, starting sector, and an ending sector. Both start and end sectors
-can be specified in absolute terms as sector numbers or as positions
-measured in kilobytes (K), megabytes (M), gigabytes (G), or terabytes (T);
-for instance, \fI\fB40M\fR\fR specifies a position 40MiB from the start of
-the disk. You can specify locations relative to the start or end of the
+Create a new partition. You enter a partition number, starting sector, and
+an ending sector. Both start and end sectors can be specified in absolute
+terms as sector numbers or as positions measured in kibibytes (K),
+mebibytes (M), gibibytes (G), tebibytes (T), or pebibytes (P); for
+instance, \fI\fB40M\fR\fR specifies a position 40MiB from the start of the
+disk. You can specify locations relative to the start or end of the
 specified default range by preceding the number by a '+' or '\-' symbol, as
 in \fI\fB+2G\fR\fR to specify a point 2GiB after the default start sector,
 or \fI\fB\-200M\fR\fR to specify a point 200MiB before the last available