logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gencat - Generate message catalog

Author

gencat was written by Ulrich Drepper as part of the GNU C Library.

       This man page was written by Jeff Bailey <jbailey@debian.org>.

3rd Berkeley Distribution                         November 2003                                        GENCAT(1)

Description

       The  gencat  program  is  specified  in  the  X/Open  standard  and  the  GNU implementation follows this
       specification and so processes all  correctly  formed  input  files.   Additionally  some  extension  are
       implemented which help to work in a more reasonable way with the catgets(3) functions.

       -H, --headerNAME
              Create C header file NAME containing symbol definitions

       --new  Do not use existing catalog, force new output file

       -o, --outputNAME
              Write output to file NAME

Name

       gencat - Generate message catalog

Synopsis

       gencat [OPTION ...] -o OUTPUT-FILE [INPUT-FILE ...]

See Also