Skip to content

Commit

Permalink
Fix libffi docs
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155471 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
green committed Dec 26, 2009
1 parent da4f8cc commit 657f62f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions libffi/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libffi/doc/libffi.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libffi/man/ffi_call.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 657f62f

Please sign in to comment.