PED_PARTITION_NORMAL or PED_PARTITION_PRIMARY ?

2007-03-29 Thread solsTiCe d'Hiver
hi, again in http://www.gnu.org/software/parted/api/group__PedPartition.html#g2f94ca75880f9e0c3ce57f7a4b72faf5 it is said PED_PARTITION_PRIMARY but in fact, we must use PED_PARTITION_NORMAL the doc seems to be wrong ___ bug-parted mailing list bug-pa

[PATCH] Added 'rescue', 'unit', and 'version' to the man page, plus some small edits.

2007-03-29 Thread bensberg
From: Benno Schulenberg <[EMAIL PROTECTED]> --- doc/C/parted.8 | 94 --- 1 files changed, 55 insertions(+), 39 deletions(-) diff --git a/doc/C/parted.8 b/doc/C/parted.8 index 12971cd..7040402 100644 --- a/doc/C/parted.8 +++ b/doc/C/parted.8 @

Re: ped_geometry_read documentation little error

2007-03-29 Thread Debarshi 'Rishi' Ray
in the include file geom.h that's what it is. but not in the source code. I think changing it to 'offset' in libparted/cs/geom.c makes sense because of the way the accopanying documentation has been written. Happy hacking, Debarshi -- GPG key ID: 63D4A5A7 Key server: pgp.mit.edu _

ped_geometry_read documentation little error

2007-03-29 Thread solsTiCe d'Hiver
hi. i was looking at the doc of libparted and saw something misleading in the doc at http://www.gnu.org/software/parted/api/group__PedGeometry.html#gf106d502427ddce404825a965adf3482 while the header states "PedSector start" the explanation below talks about "offset". so it seems the header shou