[parted-devel] [PATCH] doc/parted.texi (Static binaries): Correct an invalid example.

Jim Meyering jim at meyering.net
Fri May 25 12:00:59 UTC 2007


FYI, this example didn't work, so I fixed it:

diff --git a/doc/parted.texi b/doc/parted.texi
index 6a317cf..139ea77 100644
--- a/doc/parted.texi
+++ b/doc/parted.texi
@@ -14,7 +14,7 @@ resizing, checking and copy partitions and file systems on them.
 @ifnottex @c texi2pdf don't understand copying and insertcopying ???
 @c modifications must also be done in the titlepage
 @copying
-Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+Copyright @copyright{} 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document
@@ -335,7 +335,7 @@ of the latest GNU Parted version is available, which you can use thus:
 @item Create a file system. Example:

 @example
-$ @kbd{parted /dev/fd0 mklabel loop mkpartfs primary ext2 0 1.4}
+$ @kbd{parted /dev/fd0 mklabel loop mkpartfs ext2 0 1.4}
 @end example

 @item Mount the floppy disk, e.g.,



More information about the parted-devel mailing list