manual emulation of refresh of manual pages

This commit is contained in:
Stepan Kasal
2005-08-10 10:49:46 +00:00
parent 0169468c8c
commit 38610c0a36
3 changed files with 3 additions and 3 deletions

View 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\&.