From: Richard W.M. Jones Date: Thu, 30 Dec 2010 23:08:18 +0000 (+0000) Subject: docs: Refresh programming language equivalence example in guestfs(3). X-Git-Tag: 1.9.1~3 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=33e9639f2037540a89a9bbaf7212683e8a60fe84;p=libguestfs.git docs: Refresh programming language equivalence example in guestfs(3). --- diff --git a/src/guestfs.pod b/src/guestfs.pod index 9be1122..5d26cd3 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -675,9 +675,9 @@ Although we don't want to discourage you from using the C API, we will mention here that the same API is also available in other languages. The API is broadly identical in all supported languages. This means -that the C call C is -C<$g-Emount($path)> in Perl, C in Python, -and C in OCaml. In other words, a +that the C call C is +C<$g-Eadd_drive_ro($file)> in Perl, C in Python, +and C in OCaml. In other words, a straightforward, predictable isomorphism between each language. Error messages are automatically transformed