From: Stepan Kasal Date: Wed, 10 Aug 2005 10:49:46 +0000 (+0000) Subject: manual emulation of refresh of manual pages X-Git-Tag: GLIB_2_8_0~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38610c0a36dd75ed6c304d47d4051c4abef73acf;p=platform%2Fupstream%2Fglib.git manual emulation of refresh of manual pages --- diff --git a/docs/reference/gobject/glib-genmarshal.1 b/docs/reference/gobject/glib-genmarshal.1 index d9bba83..bdd2224 100644 --- a/docs/reference/gobject/glib-genmarshal.1 +++ b/docs/reference/gobject/glib-genmarshal.1 @@ -31,7 +31,7 @@ glib-genmarshal \- C code marshaller generation utility for GLib closures .PP \fBglib-genmarshal\fR is a small utility that generates C code marshallers for callback functions of the GClosure mechanism in the GObject sublibrary of GLib\&. The marshaller functions have a standard signature, they get passed in the invoking closure, an array of value structures holding the callback function parameters and a value structure for the return value of the callback\&. The marshaller is then responsible to call the respective C code function of the closure with all the parameters on the stack and to collect its return value\&. -.SH "INVOKATION" +.SH "INVOCATION" .PP \fBglib-genmarshal\fR takes a list of marshallers to generate as input\&. The marshaller list is either read from standard input or from files passed as additional arguments on the command line\&. diff --git a/docs/reference/gobject/glib-mkenums.1 b/docs/reference/gobject/glib-mkenums.1 index e3f1018..6110183 100644 --- a/docs/reference/gobject/glib-mkenums.1 +++ b/docs/reference/gobject/glib-mkenums.1 @@ -33,7 +33,7 @@ glib-mkenums \- C language enum description generation utility .PP \fBglib\-mkenums\fR is a small perl\-script utility that parses C code to extract enum definitions and produces enum descriptions based on text templates specified by the user\&. Most frequently this script is used to produce C code that contains enum values as strings so programs can provide value name strings for introspection\&. -.SH "INVOKATION" +.SH "INVOCATION" .PP \fBglib\-mkenums\fR takes a list of valid C code files as input\&. The options specified control the text that is output, certain substitutions are performed on the text templates for keywords enclosed in @ characters\&. diff --git a/docs/reference/gobject/gobject-query.1 b/docs/reference/gobject/gobject-query.1 index b8ae5db..9c8ca1f 100644 --- a/docs/reference/gobject/gobject-query.1 +++ b/docs/reference/gobject/gobject-query.1 @@ -35,7 +35,7 @@ gobject-query \- display a tree of types .PP \fBgobject-query\fR is a small utility that draws a tree of types\&. -.SH "INVOKATION" +.SH "INVOCATION" .PP \fBgobject-query\fR takes a mandatory argument that specifies whether it should iterate over the fundamental types or print a type tree\&.