OSDN Git Service

Fix libffi docs
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Dec 2009 05:01:43 +0000 (05:01 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 26 Dec 2009 05:01:43 +0000 (05:01 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155471 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 7e18f65..e2cc94a 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 90c676a..9a5060d 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 0b692c5..5351513 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