[gobject-introspection] docs: fix manpage flag formats



commit d4234f61d093ec32444e27931aac4cb453922b25
Author: Ben Boeckel <mathstuf gmail com>
Date:   Mon Aug 3 22:23:28 2015 -0400

    docs: fix manpage flag formats
    
    Signed-off-by: Ben Boeckel <mathstuf gmail com>

 docs/g-ir-compiler.1 |   14 +++++++-------
 docs/g-ir-scanner.1  |    2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/docs/g-ir-compiler.1 b/docs/g-ir-compiler.1
index 43c0119..5c312b3 100644
--- a/docs/g-ir-compiler.1
+++ b/docs/g-ir-compiler.1
@@ -10,25 +10,25 @@ The output will be written to standard output unless the --output
 is specified.
 .SH OPTIONS
 .TP
-.B \---help
+.B \--help
 Show help options
 .TP
-.B \, ---output=FILENAME
+.B \--output=FILENAME
 Save the resulting output in FILENAME.
 .TP
-.B \---verbose                       
+.B \--verbose
 Show verbose messages
 .TP
-.B \---debug                       
+.B \--debug
 Show debug messages
 .TP
-.B \---includedir=DIRECTORY
+.B \--includedir=DIRECTORY
 Adds a directory which will be used to find includes inside the GIR format.
 .TP
-.B \---module=MODULE
+.B \--module=MODULE
 FIXME
 .TP
-.B \---shared-library=FILENAME
+.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.
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1
index 72af1d7..522e9eb 100644
--- a/docs/g-ir-scanner.1
+++ b/docs/g-ir-scanner.1
@@ -73,7 +73,7 @@ if your build system does not require libtool.
 .B \--libtool
 Full path to libtool executable.  Typically used for Automake systems.
 .TP
-.B --nsversion=VERSION
+.B \--nsversion=VERSION
 The namespace version. For instance 1.0. This is usually the platform version,
 eg 2.0 for Gtk+, not 2.12.7.
 .TP


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