summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-01-25 16:40:08 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2018-01-25 16:40:08 +0000
commitb8da3c080103ba06da8ebd81d6cffbeda8b1bd13 (patch)
treedb102ac23afdce95b38179d2a12a3212c2ba796b
parent832602b5d5dc9284479a234d6f2edb27f6762928 (diff)
downloadgobject-introspection-b8da3c080103ba06da8ebd81d6cffbeda8b1bd13.tar.gz
docs: Remove incorrect name rule
The leading `lib` should be passed as part of the shared library name in the `--shared-library` argument for g-ir-compiler. https://bugzilla.gnome.org/show_bug.cgi?id=699354
-rw-r--r--docs/g-ir-compiler.13
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/g-ir-compiler.1 b/docs/g-ir-compiler.1
index 5c312b36..28283207 100644
--- a/docs/g-ir-compiler.1
+++ b/docs/g-ir-compiler.1
@@ -30,8 +30,7 @@ FIXME
.TP
.B \--shared-library=FILENAME
Specifies the shared library where the symbols in the typelib can be found.
-The name of the library should not contain the leading lib prefix nor
-the ending shared library suffix.
+The name of the library should not contain the ending shared library suffix.
.TP
.SH BUGS
Report bugs at http://bugzilla.gnome.org/ in the gobject-introspection product.