]> err.no Git - util-linux/commit
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)
commitfa39bf0f12268a7fe2ad02494a1351bac4d64a66
tree6ebb355eec13d3046238808598273de5f2cf9861
parent010d0a4cca648140ca779cbe595c51461499f64a
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 <kzak@redhat.com>
partx/addpart.8