diff options
Diffstat (limited to 'guestfs-actions.pod')
-rw-r--r-- | guestfs-actions.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guestfs-actions.pod b/guestfs-actions.pod index 871ad3cf..23e05801 100644 --- a/guestfs-actions.pod +++ b/guestfs-actions.pod @@ -1026,7 +1026,7 @@ This function returns 0 on success or -1 on error. const char *device); This creates a filesystem on C<device> (usually a partition -of LVM logical volume). The filesystem type is C<fstype>, for +or LVM logical volume). The filesystem type is C<fstype>, for example C<ext3>. This function returns 0 on success or -1 on error. |