summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-03 18:02:08 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-03 18:49:00 +0000
commit6a218092812783eaea43919674eb8d1c74a80b33 (patch)
tree38612db73c53eabc277a0998480996604b2f48a0 /src
parentaae5bebe6878c01803653fae166c58b7217b6100 (diff)
downloadlibguestfs-6a218092812783eaea43919674eb8d1c74a80b33.tar.gz
libguestfs-6a218092812783eaea43919674eb8d1c74a80b33.tar.xz
libguestfs-6a218092812783eaea43919674eb8d1c74a80b33.zip
docs: Error strings are in fact localized, documentation was wrong.
Diffstat (limited to 'src')
-rw-r--r--src/guestfs.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index dd068808..ae0c4dfd 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -906,10 +906,6 @@ returns C<NULL>.
The lifetime of the returned string is until the next error occurs, or
L</guestfs_close> is called.
-The error string is not localized (ie. is always in English), because
-this makes searching for error messages in search engines give the
-largest number of results.
-
=head2 guestfs_last_errno
int guestfs_last_errno (guestfs_h *g);