git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c379757
)
Add reference to version number documentation to version command.
author
Richard Jones
<rjones@redhat.com>
Thu, 27 May 2010 09:31:07 +0000
(10:31 +0100)
committer
Richard Jones
<rjones@redhat.com>
Wed, 2 Jun 2010 18:35:51 +0000
(19:35 +0100)
(cherry picked from commit
8355d3245623c106439ca5ef66f24972c8e09019
)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
7744766
..
8cfd136
100755
(executable)
--- a/
src/generator.ml
+++ b/
src/generator.ml
@@
-804,6
+804,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.");