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:
d12a702
)
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>
Thu, 27 May 2010 09:33:32 +0000
(10:33 +0100)
src/generator.ml
patch
|
blob
|
history
diff --git
a/src/generator.ml
b/src/generator.ml
index
99d80fb
..
620395b
100755
(executable)
--- 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.");