summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-05-27 10:31:07 +0100
committerRichard Jones <rjones@redhat.com>2010-05-27 10:33:32 +0100
commit8355d3245623c106439ca5ef66f24972c8e09019 (patch)
treeddcbcf42cbfe96f972af809f0d84cfd6123ec560
parentd12a702fe1898f3ea421210d92c705440efe07a8 (diff)
downloadlibguestfs-8355d3245623c106439ca5ef66f24972c8e09019.tar.gz
libguestfs-8355d3245623c106439ca5ef66f24972c8e09019.tar.xz
libguestfs-8355d3245623c106439ca5ef66f24972c8e09019.zip
Add reference to version number documentation to version command.
-rwxr-xr-xsrc/generator.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/generator.ml b/src/generator.ml
index 99d80fb1..620395b7 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -807,6 +807,8 @@ used for distro-specific information.
To construct the original version string:
C<$major.$minor.$release$extra>
+See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>.
+
I<Note:> Don't use this call to test for availability
of features. Distro backports makes this unreliable. Use
C<guestfs_available> instead.");