Commit 2c57b161 by Matthias Klose Committed by Anthony Green

Fix libffi docs

From-SVN: r155471
parent c4205f77
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> 2009-12-25 Frank Everdij <f.p.x.everdij@tudelft.nl>
* include/ffi.h.in: Placed '__GNUC__' ifdef around * include/ffi.h.in: Placed '__GNUC__' ifdef around
......
...@@ -31,7 +31,7 @@ section entitled ``GNU General Public License''. ...@@ -31,7 +31,7 @@ section entitled ``GNU General Public License''.
@end quotation @end quotation
@end copying @end copying
@dircategory @dircategory Development
@direntry @direntry
* libffi: (libffi). Portable foreign-function interface library. * libffi: (libffi). Portable foreign-function interface library.
@end direntry @end direntry
......
...@@ -43,7 +43,7 @@ integral type must be used to hold ...@@ -43,7 +43,7 @@ integral type must be used to hold
the return value. the return value.
.Sh EXAMPLES .Sh EXAMPLES
.Bd -literal .Bd -literal
#include <ffi/ffi.h> #include <ffi.h>
#include <stdio.h> #include <stdio.h>
unsigned char unsigned char
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment