The addpart.c code uses 512-byte sectors for partition start and
length, but in the addpart.8 man page is "in bytes". The code (and
this code is pretty old) is always right... the man page has to be
fixed.
Signed-off-by: Karel Zak <kzak@redhat.com>
Specify the partition number.
.TP
.BI start
-Specify the begin of the partition (in bytes).
+Specify the begin of the partition (in 512-byte sectors).
.TP
.BI length
-Specify the length of the partition (in bytes).
+Specify the length of the partition (in 512-byte sectors).
.SH SEE ALSO
.BR delpart (8),