]> err.no Git - util-linux/commitdiff
addpart: 512-byte sectors in code, bytes in man-page
authorKarel Zak <kzak@redhat.com>
Thu, 26 Feb 2009 11:31:07 +0000 (12:31 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 26 Feb 2009 14:58:28 +0000 (15:58 +0100)
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>
partx/addpart.8

index 8e17f219a3f0a629d310ec87aaf4f547475e0d4d..562c6f0377e83cecbbae1e9020719adbb2de8d42 100644 (file)
@@ -23,10 +23,10 @@ Specify the disk device.
 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),