diff options
author | Stepan Kasal <skasal@src.gnome.org> | 2005-08-10 10:49:46 +0000 |
---|---|---|
committer | Stepan Kasal <skasal@src.gnome.org> | 2005-08-10 10:49:46 +0000 |
commit | 38610c0a36dd75ed6c304d47d4051c4abef73acf (patch) | |
tree | 85c53f979efbc10371a6b8cf7562a84ad0bf5c01 /docs | |
parent | 0169468c8cc0c43c7692f5af93c0323fe42a5888 (diff) |
manual emulation of refresh of manual pages
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gobject/glib-genmarshal.1 | 2 | ||||
-rw-r--r-- | docs/reference/gobject/glib-mkenums.1 | 2 | ||||
-rw-r--r-- | docs/reference/gobject/gobject-query.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gobject/glib-genmarshal.1 b/docs/reference/gobject/glib-genmarshal.1 index d9bba8371..bdd2224f1 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 e3f101891..6110183a4 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 b8ae5db94..9c8ca1f2a 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\&. |