Re: ped_geometry_read documentation little error

2007-04-05 Thread solsTiCe d'Hiver
f ! i got some pb mastering git-send-email and git in general From b9620a72b63b6899bcfdea0bc3d903e81f3ab891 Mon Sep 17 00:00:00 2001 From: solsTiCe d'Hiver <[EMAIL PROTECTED]> Date: Thu, 5 Apr 2007 23:34:10 +0200 Subject: [PATCH] change the variable named start to offset to be consistent with

ped_geometry_read documentation little error

2007-04-05 Thread solsTiCe d'Hiver
here is the patch for the little inconsistency between the code and the doc in geom.c about the variable named start instead of offset in ped_geometry_read and ped_geometry_write. ___ bug-parted mailing list bug-parted@gnu.org http://lists.gnu.org/m

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