From: Bruno Haible Date: Wed, 26 Sep 2001 14:55:41 +0000 (+0000) Subject: Automatically generated manual pages. X-Git-Tag: v0.11~461 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=510e5d8fda6e171906104b43d5f8cbcc5623431c;p=thirdparty%2Fgettext.git Automatically generated manual pages. --- diff --git a/man/msgattrib.1 b/man/msgattrib.1 new file mode 100644 index 000000000..e0c561d27 --- /dev/null +++ b/man/msgattrib.1 @@ -0,0 +1,127 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24. +.TH MSGATTRIB "1" "September 2001" "GNU gettext 0.11" GNU +.SH NAME +msgattrib \- attribute matching and manipulation on message catalog +.SH SYNOPSIS +.B msgattrib +[\fIOPTION\fR] [\fIINPUTFILE\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Filters the messages of a translation catalog according to their attributes, +and manipulates the attributes. +.PP +Mandatory arguments to long options are mandatory for short options too. +.SS "Input file location:" +.TP +INPUTFILE +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 -. +.SS "Message selection:" +.TP +\fB\-\-translated\fR +keep translated, remove untranslated messages +.TP +\fB\-\-untranslated\fR +keep untranslated, remove translated messages +.TP +\fB\-\-no\-fuzzy\fR +remove 'fuzzy' marked messages +.TP +\fB\-\-only\-fuzzy\fR +keep 'fuzzy' marked messages +.TP +\fB\-\-no\-obsolete\fR +remove obsolete #~ messages +.TP +\fB\-\-only\-obsolete\fR +keep obsolete #~ messages +.SS "Attribute manipulation:" +.TP +\fB\-\-set\-fuzzy\fR +set all messages 'fuzzy' +.TP +\fB\-\-clear\-fuzzy\fR +set all messages non-'fuzzy' +.TP +\fB\-\-set\-obsolete\fR +set all messages obsolete +.TP +\fB\-\-clear\-obsolete\fR +set all messages non-obsolete +.TP +\fB\-\-fuzzy\fR +synonym for \fB\-\-only\-fuzzy\fR \fB\-\-clear\-fuzzy\fR +.TP +\fB\-\-obsolete\fR +synonym for \fB\-\-only\-obsolete\fR \fB\-\-clear\-obsolete\fR +.SS "Output details:" +.TP +\fB\-e\fR, \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\-i\fR, \fB\-\-indent\fR +write the .po file using indented style +.TP +\fB\-\-no\-location\fR +do not write '#: filename:line' lines +.TP +\fB\-n\fR, \fB\-\-add\-location\fR +generate '#: filename:line' lines (default) +.TP +\fB\-\-strict\fR +write out strict Uniforum conforming .po file +.TP +\fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR +set output page width +.TP +\fB\-s\fR, \fB\-\-sort\-output\fR +generate sorted output and remove duplicates +.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 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 msgattrib +is maintained as a Texinfo manual. If the +.B info +and +.B msgattrib +programs are properly installed at your site, the command +.IP +.B info msgattrib +.PP +should give you access to the complete manual. diff --git a/man/msgattrib.1.html b/man/msgattrib.1.html new file mode 100644 index 000000000..cd13cb1fa --- /dev/null +++ b/man/msgattrib.1.html @@ -0,0 +1,481 @@ + + + + +MSGATTRIB + + + +

MSGATTRIB

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

NAME

+ + +
+msgattrib - attribute matching and manipulation on message catalog
+ +

SYNOPSIS

+ + + +
+msgattrib [OPTION] +[INPUTFILE]
+ +

DESCRIPTION

+ + + +
+Filters the messages of a translation catalog according to +their attributes, and manipulates the +attributes.
+ + + +
+Mandatory arguments to long options are mandatory for short +options too.
+ + + +
+Input file location:
+ + + +
+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 -.
+ + + +
+Message selection:
+ + + +
+--translated
+ + + +
+keep translated, remove untranslated messages
+ + + +
+--untranslated
+ + + +
+keep untranslated, remove translated messages
+ + + +
+--no-fuzzy
+ + + +
+remove 'fuzzy' marked messages
+ + + +
+--only-fuzzy
+ + + +
+keep 'fuzzy' marked messages
+ + + +
+--no-obsolete
+ + + +
+remove obsolete #~ messages
+ + + +
+--only-obsolete
+ + + +
+keep obsolete #~ messages
+ + + +
+Attribute manipulation:
+ + + +
+--set-fuzzy
+ + + +
+set all messages 'fuzzy'
+ + + +
+--clear-fuzzy
+ + + +
+set all messages non-'fuzzy'
+ + + +
+--set-obsolete
+ + + +
+set all messages obsolete
+ + + +
+--clear-obsolete
+ + + +
+set all messages non-obsolete
+ + + +
+--fuzzy
+ + + +
+synonym for --only-fuzzy --clear-fuzzy
+ + + +
+--obsolete
+ + + +
+synonym for --only-obsolete +--clear-obsolete
+ + + +
+Output details:
+ + + +
+-e, --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
+ + + +
+-i, --indent
+ + + +
+write the .po file using indented style
+ + + +
+--no-location
+ + + +
+do not write '#: filename:line' lines
+ + + +
+-n, --add-location
+ + + +
+generate '#: filename:line' lines (default)
+ + + +
+--strict
+ + + +
+write out strict Uniforum conforming .po file
+ + + +
+-w, --width=NUMBER
+ + + +
+set output page width
+ + + +
+-s, --sort-output
+ + + +
+generate sorted output and remove duplicates
+ + + +
+-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 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 msgattrib is maintained as +a Texinfo manual. If the info and msgattrib +programs are properly installed at your site, the +command
+ + + +
+info msgattrib
+ + + +
+should give you access to the complete manual.
+
+ + diff --git a/man/msgexec.1 b/man/msgexec.1 new file mode 100644 index 000000000..29c69ecc3 --- /dev/null +++ b/man/msgexec.1 @@ -0,0 +1,102 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24. +.TH MSGEXEC "1" "September 2001" "GNU gettext 0.11" GNU +.SH NAME +msgexec \- edit translations of message catalog +.SH SYNOPSIS +.B msgexec +[\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\-\-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 and remove duplicates +.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 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 msgexec +is maintained as a Texinfo manual. If the +.B info +and +.B msgexec +programs are properly installed at your site, the command +.IP +.B info msgexec +.PP +should give you access to the complete manual. diff --git a/man/msgexec.1.html b/man/msgexec.1.html new file mode 100644 index 000000000..7179580a1 --- /dev/null +++ b/man/msgexec.1.html @@ -0,0 +1,375 @@ + + + + +MSGEXEC + + + +

MSGEXEC

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

NAME

+ + +
+msgexec - edit translations of message catalog
+ +

SYNOPSIS

+ + + +
+msgexec [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
+ + + +
+--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 and remove duplicates
+ + + +
+-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 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 msgexec is maintained as a +Texinfo manual. If the info and msgexec +programs are properly installed at your site, the +command
+ + + +
+info msgexec
+ + + +
+should give you access to the complete manual.
+
+ + diff --git a/man/msguniq.1 b/man/msguniq.1 new file mode 100644 index 000000000..be21adc27 --- /dev/null +++ b/man/msguniq.1 @@ -0,0 +1,109 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.24. +.TH MSGUNIQ "1" "September 2001" "GNU gettext 0.11" GNU +.SH NAME +msguniq \- unify duplicate translations in message catalog +.SH SYNOPSIS +.B msguniq +[\fIOPTION\fR] [\fIINPUTFILE\fR] +.SH DESCRIPTION +.\" Add any additional description here +.PP +Unifies duplicate translations in a translation catalog. +Finds duplicate translations of the same message ID. Such duplicates are +invalid input for other programs like msgfmt, msgmerge or msgcat. By +default, duplicates are merged together. When using the \fB\-\-repeated\fR option, +only duplicates are output, and all other messages are discarded. Comments +and extracted comments will be cumulated, except that if \fB\-\-use\-first\fR is +specified, they will be taken from the first translation. File positions +will be cumulated. When using the \fB\-\-unique\fR option, duplicates are discarded. +.PP +Mandatory arguments to long options are mandatory for short options too. +.SS "Input file location:" +.TP +INPUTFILE +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 -. +.SS "Message selection:" +.TP +\fB\-d\fR, \fB\-\-repeated\fR +print only duplicates +.TP +\fB\-u\fR, \fB\-\-unique\fR +print only unique messages, discard duplicates +.SS "Output details:" +.TP +\fB\-t\fR, \fB\-\-to\-code\fR=\fINAME\fR +encoding for output +.TP +\fB\-\-use\-first\fR +use first available translation for each +message, don't merge several translations +.TP +\fB\-e\fR, \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\-i\fR, \fB\-\-indent\fR +write the .po file using indented style +.TP +\fB\-\-no\-location\fR +do not write '#: filename:line' lines +.TP +\fB\-n\fR, \fB\-\-add\-location\fR +generate '#: filename:line' lines (default) +.TP +\fB\-\-strict\fR +write out strict Uniforum conforming .po file +.TP +\fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR +set output page width +.TP +\fB\-s\fR, \fB\-\-sort\-output\fR +generate sorted output and remove duplicates +.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 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 msguniq +is maintained as a Texinfo manual. If the +.B info +and +.B msguniq +programs are properly installed at your site, the command +.IP +.B info msguniq +.PP +should give you access to the complete manual. diff --git a/man/msguniq.1.html b/man/msguniq.1.html new file mode 100644 index 000000000..2142a7336 --- /dev/null +++ b/man/msguniq.1.html @@ -0,0 +1,387 @@ + + + + +MSGUNIQ + + + +

MSGUNIQ

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

NAME

+ + +
+msguniq - unify duplicate translations in message catalog
+ +

SYNOPSIS

+ + + +
+msguniq [OPTION] +[INPUTFILE]
+ +

DESCRIPTION

+ + + +
+Unifies duplicate translations in a translation catalog. +Finds duplicate translations of the same message ID. Such +duplicates are invalid input for other programs like msgfmt, +msgmerge or msgcat. By default, duplicates are merged +together. When using the --repeated option, only +duplicates are output, and all other messages are discarded. +Comments and extracted comments will be cumulated, except +that if --use-first is specified, they will be taken +from the first translation. File positions will be +cumulated. When using the --unique option, duplicates +are discarded.
+ + + +
+Mandatory arguments to long options are mandatory for short +options too.
+ + + +
+Input file location:
+ + + +
+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 -.
+ + + +
+Message selection:
+ + + +
+-d, --repeated
+ + + +
+print only duplicates
+ + + +
+-u, --unique
+ + + +
+print only unique messages, discard duplicates
+ + + +
+Output details:
+ + + +
+-t, --to-code=NAME
+ + + +
+encoding for output
+ + + +
+--use-first
+ + + +
+use first available translation for each message, don't +merge several translations
+ + + +
+-e, --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
+ + + +
+-i, --indent
+ + + +
+write the .po file using indented style
+ + + +
+--no-location
+ + + +
+do not write '#: filename:line' lines
+ + + +
+-n, --add-location
+ + + +
+generate '#: filename:line' lines (default)
+ + + +
+--strict
+ + + +
+write out strict Uniforum conforming .po file
+ + + +
+-w, --width=NUMBER
+ + + +
+set output page width
+ + + +
+-s, --sort-output
+ + + +
+generate sorted output and remove duplicates
+ + + +
+-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 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 msguniq is maintained as a +Texinfo manual. If the info and msguniq +programs are properly installed at your site, the +command
+ + + +
+info msguniq
+ + + +
+should give you access to the complete manual.
+
+ +