Changed "blocks" to "sectors" in the mkntfs manual

The last (optional) argument in mkntfs was described as a block count,
which may be confusing because in ext[123] a block means a cluster.
edge.strict_endians
Jean-Pierre André 2012-08-20 14:17:09 +02:00
parent eecc700df1
commit 3461acd0c2
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ or file.
is the special file corresponding to the device (e.g
.IR /dev/hdXX ).
.I number\-of\-sectors
is the number of blocks on the device. If omitted,
is the number of sectors on the device. If omitted,
.B mkntfs
automagically figures the file system size.
.SH OPTIONS