[gobject-introspection] docs: Remove incorrect name rule



commit b8da3c080103ba06da8ebd81d6cffbeda8b1bd13
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Jan 25 16:40:08 2018 +0000

    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

 docs/g-ir-compiler.1 |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/docs/g-ir-compiler.1 b/docs/g-ir-compiler.1
index 5c312b3..2828320 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]