Additional test programs for Perl, Python, OCaml bindings.
[libguestfs.git] / guestfish.pod
index e3e9c14..9d988bf 100644 (file)
@@ -170,18 +170,6 @@ parameter, this displays detailed help for a command.
 
 This exits guestfish.  You can also use C<^D> key.
 
-=head2 add | drive | add-drive
-
- add filename
-
-This adds a block device to be examined or modified.
-
-=head2 cdrom | add-cdrom
-
- cdrom iso-file
-
-This adds a CD-ROM device to be examined.
-
 =head2 alloc | allocate
 
  alloc filename size
@@ -195,14 +183,10 @@ Size can be specified (where C<nn> means a number):
 
 =over 4
 
-=item C<nn>
+=item C<nn> or C<nn>K or C<nn>KB
 
 number of kilobytes, eg: C<1440> = standard 3.5in floppy
 
-=item C<nn>K or C<nn>KB
-
-number of kilobytes
-
 =item C<nn>M or C<nn>MB
 
 number of megabytes
@@ -217,10 +201,6 @@ number of 512 byte sectors
 
 =back
 
-=head2 launch | run
-
-Launch the guest so that you can issue other commands (see below).
-
 @ACTIONS@
 
 =head1 ENVIRONMENT VARIABLES