This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] documentation fixes


two small doc fixes

Matthias
2009-10-11  Matthias Klose  <doko@ubuntu.com>

	* man/ffi_call.3: Fix #include in examples.
	* doc/libffi.texi: Add dircategory.

--- libffi-3.0.7.orig/man/ffi_call.3
+++ libffi-3.0.7/man/ffi_call.3
@@ -43,7 +43,7 @@
 the return value.
 .Sh EXAMPLES
 .Bd -literal
-#include <ffi/ffi.h>
+#include <ffi.h>
 #include <stdio.h>
 
 unsigned char
--- libffi-3.0.7.orig/doc/libffi.texi
+++ libffi-3.0.7/doc/libffi.texi
@@ -31,7 +31,7 @@
 @end quotation
 @end copying
 
-@dircategory
+@dircategory Development
 @direntry
 * libffi: (libffi).             Portable foreign-function interface library.
 @end direntry

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]