X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fgenerator.ml;h=3db0506c17c73d88cca681cc5044392e39760705;hb=f3e17f1708bc30d80c4dee53c3a7001927dbbd70;hp=fbb992aabee86b992f8dff74f935baad914a4f33;hpb=a51433257723984ad313c631ea5b16dc0977fe2b;p=libguestfs.git diff --git a/src/generator.ml b/src/generator.ml index fbb992a..3db0506 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -791,8 +791,9 @@ against a completely different C library. This call was added in version C<1.0.58>. In previous versions of libguestfs there was no way to get the version -number. From C code you can use ELF weak linking tricks to find out if -this symbol exists (if it doesn't, then it's an earlier version). +number. From C code you can use dynamic linker functions +to find out if this symbol exists (if it doesn't, then +it's an earlier version). The call returns a structure with four elements. The first three (C, C and C) are numbers and @@ -3140,7 +3141,7 @@ Unknown file type =item '?' -The L returned a C field with an +The L call returned a C field with an unexpected value =back @@ -3782,8 +3783,8 @@ was built (see C in the source)."); )], "echo arguments back to the client", "\ -This command concatenate the list of C passed with single spaces between -them and returns the resulting string. +This command concatenates the list of C passed with single spaces +between them and returns the resulting string. You can use this command to test the connection through to the daemon.