From: Karel Zak Date: Thu, 26 Feb 2009 11:31:07 +0000 (+0100) Subject: addpart: 512-byte sectors in code, bytes in man-page X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa39bf0f12268a7fe2ad02494a1351bac4d64a66;p=util-linux addpart: 512-byte sectors in code, bytes in man-page 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 --- diff --git a/partx/addpart.8 b/partx/addpart.8 index 8e17f219..562c6f03 100644 --- a/partx/addpart.8 +++ b/partx/addpart.8 @@ -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),