home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


genmsg

genmsg [options ] files ...

Solaris only. Extract messages strings from source code that uses catgets (3C) for further processing with gencat . The purpose of this command is to create the initial data for use by a translator when internationalizing an application. See also gencat and mkmsgs .

Options

-a

Append (merge) the output into the file specified by -o .

-b

Place extracted comments after the corresponding message, instead of before it.

-c tag

Extract messages containing tag and write them, prefixed by $ , in a comment in the output file.

-d

Also add the original messages as comments in the output file.

-f

With -r , overwrite the original input files. With -l , also overwrite the project files.

-g file

Create file as a project file, listing set numbers and their maximum message numbers.

-l file

Use information in file as a project file to calculate new message numbers.

-m prefix

Fill in the message with prefix . Intended for testing.

-M suffix

Fill in the message with suffix . Intended for testing.

-n

Add comments in the output indicating the original file's name and line number for the message.

-o msgfile

Put the output in msgfile .

-p preprocessor

Run the source files through preprocessor before extracting messages.

-r

Replace message numbers with -1 (negative one). Reverse action of -l .

-s tag

Extract comments of the form /* SET tag */ from the source files. Write them to the output as comments, prefixed with $ . Only the first matching comment for tag is extracted.

-t

Triple the lengths of extracted messages. Intended for testing.

-x

Don't warn about message and set number range checks and conflicts.


Previous: Reference: gencat UNIX in a Nutshell: System V Edition Next: Reference: get
Reference: gencat Book Index Reference: get

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System