From 5d4e834a0ce02e84de5ef770a9a0791c935cc06a Mon Sep 17 00:00:00 2001 From: james Date: Wed, 17 Oct 2007 09:51:42 +0000 Subject: *** empty log message *** --- src/gpt.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/gpt.c b/src/gpt.c index ae11fb7..1f6c96f 100644 --- a/src/gpt.c +++ b/src/gpt.c @@ -6,10 +6,13 @@ * */ -static char rcsid[] = "$Id: gpt.c,v 1.10 2007/10/16 10:37:15 james Exp $"; +static char rcsid[] = "$Id: gpt.c,v 1.11 2007/10/17 09:51:42 james Exp $"; /* * $Log: gpt.c,v $ + * Revision 1.11 2007/10/17 09:51:42 james + * *** empty log message *** + * * Revision 1.10 2007/10/16 10:37:15 james * *** empty log message *** * @@ -52,12 +55,14 @@ fprintf(stderr, "gpt -d disk-device -s print the address of frist usable sector\n" " on the disk\n" " the last usable sector on the disk\n" +#if 0 "gpt -d disk-device -e print the address of the sector after the\n" " the last addressable sector on the disk\n" -"gpt -d disk-device -u print the address of the last sector\n" +#endif +"gpt -d disk-device -e print the address of the last sector\n" " usable in a partition\n" -"gpt -d disk-device -f n print the lba of sector immediately after\n" -" the end of parition n\n" +"gpt -d disk-device -f n print the lba of the last sector in\n" +" parition n\n" "gpt -d disk-device -n write a new blank parition table to the disk\n" " the end of parition n\n" "gpt -d disk-device -a n name type start end\n" -- cgit v1.2.3