From: Bruno Haible Date: Thu, 31 Jan 2002 17:39:35 +0000 (+0000) Subject: Automatically generated by help2man. X-Git-Tag: v0.11~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d46ec17869be3db170dd6a8717ee06a99133a36;p=thirdparty%2Fgettext.git Automatically generated by help2man. --- diff --git a/man/msgfilter.1 b/man/msgfilter.1 new file mode 100644 index 000000000..9a8d0a461 --- /dev/null +++ b/man/msgfilter.1 @@ -0,0 +1,105 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24. +.TH MSGFILTER "1" "January 2002" "GNU gettext 0.11" GNU +.SH NAME +msgfilter \- edit translations of message catalog +.SH SYNOPSIS +.B msgfilter +[\fIOPTION\fR] \fIFILTER \fR[\fIFILTER-OPTION\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Applies a filter to all translations of a translation catalog. +.PP +Mandatory arguments to long options are mandatory for short options too. +.SS "Input file location:" +.TP +\fB\-i\fR, \fB\-\-input\fR=\fIINPUTFILE\fR +input PO file +.TP +\fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR +add DIRECTORY to list for input files search +.PP +If no input file is given or if it is -, standard input is read. +.SS "Output file location:" +.TP +\fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR +write output to specified file +.PP +The results are written to standard output if no output file is specified +or if it is -. +.PP +The FILTER can be any program that reads a translation from standard input +and writes a modified translation to standard output. +.SS "Useful FILTER-OPTIONs when the FILTER is 'sed':" +.TP +\fB\-e\fR, \fB\-\-expression\fR=\fISCRIPT\fR +add SCRIPT to the commands to be executed +.TP +\fB\-f\fR, \fB\-\-file\fR=\fISCRIPTFILE\fR +add the contents of SCRIPTFILE to the commands +to be executed +.TP +\fB\-n\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR +suppress automatic printing of pattern space +.SS "Output details:" +.TP +\fB\-\-no\-escape\fR +do not use C escapes in output (default) +.TP +\fB\-E\fR, \fB\-\-escape\fR +use C escapes in output, no extended chars +.TP +\fB\-\-force\-po\fR +write PO file even if empty +.TP +\fB\-\-indent\fR +indented output style +.TP +\fB\-\-keep\-header\fR +keep header entry unmodified, don't filter it +.TP +\fB\-\-no\-location\fR +suppress '#: filename:line' lines +.TP +\fB\-\-add\-location\fR +preserve '#: filename:line' lines (default) +.TP +\fB\-\-strict\fR +strict Uniforum output style +.TP +\fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR +set output page width +.TP +\fB\-s\fR, \fB\-\-sort\-output\fR +generate sorted output +.TP +\fB\-F\fR, \fB\-\-sort\-by\-file\fR +sort output by file location +.SS "Informative output:" +.TP +\fB\-h\fR, \fB\-\-help\fR +display this help and exit +.TP +\fB\-V\fR, \fB\-\-version\fR +output version information and exit +.SH AUTHOR +Written by Bruno Haible. +.SH "REPORTING BUGS" +Report bugs to . +.SH COPYRIGHT +Copyright \(co 2001-2002 Free Software Foundation, Inc. +.br +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +.SH "SEE ALSO" +The full documentation for +.B msgfilter +is maintained as a Texinfo manual. If the +.B info +and +.B msgfilter +programs are properly installed at your site, the command +.IP +.B info msgfilter +.PP +should give you access to the complete manual. diff --git a/man/msgfilter.1.html b/man/msgfilter.1.html new file mode 100644 index 000000000..ced988476 --- /dev/null +++ b/man/msgfilter.1.html @@ -0,0 +1,387 @@ + + + + +MSGFILTER + + + +

MSGFILTER

+NAME
+SYNOPSIS
+DESCRIPTION
+AUTHOR
+REPORTING BUGS
+COPYRIGHT
+SEE ALSO
+ +
+ + +

NAME

+ + +
+msgfilter - edit translations of message catalog
+ +

SYNOPSIS

+ + + +
+msgfilter [OPTION] FILTER +[FILTER-OPTION]
+ +

DESCRIPTION

+ + + +
+Applies a filter to all translations of a translation +catalog.
+ + + +
+Mandatory arguments to long options are mandatory for short +options too.
+ + + +
+Input file location:
+ + + +
+-i, --input=INPUTFILE
+ + + +
+input PO file
+ + + +
+-D, --directory=DIRECTORY
+ + + +
+add DIRECTORY to list for input files search
+ + + +
+If no input file is given or if it is -, standard input is +read.
+ + + +
+Output file location:
+ + + +
+-o, --output-file=FILE
+ + + +
+write output to specified file
+ + + +
+The results are written to standard output if no output file +is specified or if it is -.
+ + + +
+The FILTER can be any program that reads a translation from +standard input and writes a modified translation to standard +output.
+ + + +
+Useful FILTER-OPTIONs when the FILTER is +'sed':
+ + + +
+-e, --expression=SCRIPT
+ + + +
+add SCRIPT to the commands to be executed
+ + + +
+-f, --file=SCRIPTFILE
+ + + +
+add the contents of SCRIPTFILE to the commands to be +executed
+ + + +
+-n, --quiet, --silent
+ + + +
+suppress automatic printing of pattern space
+ + + +
+Output details:
+ + + +
+--no-escape
+ + + +
+do not use C escapes in output (default)
+ + + +
+-E, --escape
+ + + +
+use C escapes in output, no extended chars
+ + + +
+--force-po
+ + + +
+write PO file even if empty
+ + + +
+--indent
+ + + +
+indented output style
+ + + +
+--keep-header
+ + + +
+keep header entry unmodified, don't filter it
+ + + +
+--no-location
+ + + +
+suppress '#: filename:line' lines
+ + + +
+--add-location
+ + + +
+preserve '#: filename:line' lines (default)
+ + + +
+--strict
+ + + +
+strict Uniforum output style
+ + + +
+-w, --width=NUMBER
+ + + +
+set output page width
+ + + +
+-s, --sort-output
+ + + +
+generate sorted output
+ + + +
+-F, --sort-by-file
+ + + +
+sort output by file location
+ + + +
+Informative output:
+ + + +
+-h, --help
+ + + +
+display this help and exit
+ + + +
+-V, --version
+ + + +
+output version information and exit
+ +

AUTHOR

+ + + +
+Written by Bruno Haible.
+ +

REPORTING BUGS

+ + + +
+Report bugs to <bug-gnu-gettext@gnu.org>.
+ +

COPYRIGHT

+ + + +
+Copyright 2001-2002 Free Software Foundation, Inc.
+This is free software; see the source for copying +conditions. There is NO warranty; not even for +MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE.
+ +

SEE ALSO

+ + + +
+The full documentation for msgfilter is maintained as +a Texinfo manual. If the info and msgfilter +programs are properly installed at your site, the +command
+ + + +
+info msgfilter
+ + + +
+should give you access to the complete manual.
+
+ +