diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-13 10:33:44 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-13 10:33:44 +0100 |
commit | f968f6c36fda3bb66cd37cd56de250c29afa7698 (patch) | |
tree | 221cef644c2987862378efaaa0a9536483bb80aa /ocaml/guestfs.mli | |
parent | b6722e6313e955ad0c1e4e4ec594c8e74cdd27af (diff) | |
download | libguestfs-f968f6c36fda3bb66cd37cd56de250c29afa7698.tar.gz libguestfs-f968f6c36fda3bb66cd37cd56de250c29afa7698.tar.xz libguestfs-f968f6c36fda3bb66cd37cd56de250c29afa7698.zip |
Stricter checks on short descriptions.
Diffstat (limited to 'ocaml/guestfs.mli')
-rw-r--r-- | ocaml/guestfs.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 1ce1cab2..aaed946f 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -260,7 +260,7 @@ val sfdisk : t -> string -> int -> int -> int -> string array -> unit (** create partitions on a block device *) val write_file : t -> string -> string -> int -> unit -(** Create a file *) +(** create a file *) val umount : t -> string -> unit (** unmount a filesystem *) |