Fixed technical error. Should read maximum of 15 partitions, not 15 logical partitions
svn path=/trunk/; revision=1038
This commit is contained in:
parent
50f3740e30
commit
24aa740a3a
|
@ -1062,7 +1062,7 @@
|
|||
The extended partition can contain multiple logical
|
||||
partitions.
|
||||
Some GNU/Linux distributions support accessing at most
|
||||
15 logical partitions within an extended partition.
|
||||
15 partitions on a disk device.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2009-01-21 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* C/gparted.xml: Fixed technical error.
|
||||
- Should read maximum of 15 partitions, not 15 logical partitions.
|
||||
|
||||
2009-01-20 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* C/figures/gparted_window.png,
|
||||
|
|
Loading…
Reference in New Issue