summaryrefslogtreecommitdiff
path: root/docs/g-ir-scanner.1
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-08-29 09:25:29 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-08-29 09:25:29 +0000
commitb621a5b9579a776af4744c2a00febb1905118dc8 (patch)
tree36269fb18699a7cc20ffce68c43f8387ee64843d /docs/g-ir-scanner.1
parent8cec06a574d0722ce08a4464e36451c200367ecd (diff)
downloadgobject-introspection-b621a5b9579a776af4744c2a00febb1905118dc8.tar.gz
Add man pages for the generator and compiler.
2008-08-29 Johan Dahlin <johan@gnome.org> * Makefile.am: * docs/g-ir-compiler.1: * docs/g-ir-generate.1: * docs/g-ir-scanner.1: Add man pages for the generator and compiler. svn path=/trunk/; revision=518
Diffstat (limited to 'docs/g-ir-scanner.1')
-rw-r--r--docs/g-ir-scanner.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1
index bab6cf0b..789e2c6f 100644
--- a/docs/g-ir-scanner.1
+++ b/docs/g-ir-scanner.1
@@ -32,7 +32,7 @@ correctly specified.
Specifies a library that will be introspected. This means that the
*_get_type() functions in it will be called for GObject data types.
The name of the library should not contain the leading lib prefix nor
-the ending shared library suffix. Eg:
+the ending shared library suffix.
.TP
.B \-L, ---library-path=PATH
Include this directory when searching for a library.