manual emulation of refresh of manual pages
authorStepan Kasal <skasal@src.gnome.org>
Wed, 10 Aug 2005 10:49:46 +0000 (10:49 +0000)
committerStepan Kasal <skasal@src.gnome.org>
Wed, 10 Aug 2005 10:49:46 +0000 (10:49 +0000)
docs/reference/gobject/glib-genmarshal.1
docs/reference/gobject/glib-mkenums.1
docs/reference/gobject/gobject-query.1

index d9bba83..bdd2224 100644 (file)
@@ -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\&.
index e3f1018..6110183 100644 (file)
@@ -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\&.
index b8ae5db..9c8ca1f 100644 (file)
@@ -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\&.