]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix libffi docs
authorMatthias Klose <doko@ubuntu.com>
Sat, 26 Dec 2009 05:01:43 +0000 (05:01 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sat, 26 Dec 2009 05:01:43 +0000 (05:01 +0000)
From-SVN: r155471

libffi/ChangeLog
libffi/doc/libffi.texi
libffi/man/ffi_call.3

index 7e18f65cf37e563cfc88f4fe7b476e61ad7ad659..e2cc94aa3f3d11e551979419e0c4c3af92c6b8ff 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-11  Matthias Klose  <doko@ubuntu.com>
+
+       * man/ffi_call.3: Fix #include in examples.
+       * doc/libffi.texi: Add dircategory.
+
 2009-12-25  Frank Everdij <f.p.x.everdij@tudelft.nl>
 
        * include/ffi.h.in: Placed '__GNUC__' ifdef around
index 90c676afb9a37a42e5cecc5c66d6347579c06a48..9a5060d57cea8c990ef359531ecb427a2e708b34 100644 (file)
@@ -31,7 +31,7 @@ section entitled ``GNU General Public License''.
 @end quotation
 @end copying
 
-@dircategory
+@dircategory Development
 @direntry
 * libffi: (libffi).             Portable foreign-function interface library.
 @end direntry
index 0b692c50002b2f9e603a1e34c82cd182c7c5dc3c..5351513f90d86e310cd8cffe31112c75057d664b 100644 (file)
@@ -43,7 +43,7 @@ integral type must be used to hold
 the return value.
 .Sh EXAMPLES
 .Bd -literal
-#include <ffi/ffi.h>
+#include <ffi.h>
 #include <stdio.h>
 
 unsigned char