summaryrefslogtreecommitdiffstats
path: root/pomatic.1
diff options
context:
space:
mode:
Diffstat (limited to 'pomatic.1')
-rw-r--r--pomatic.125
1 files changed, 25 insertions, 0 deletions
diff --git a/pomatic.1 b/pomatic.1
new file mode 100644
index 0000000..70ec5e4
--- /dev/null
+++ b/pomatic.1
@@ -0,0 +1,25 @@
+.TH POMATIC 1
+.SH NAME
+pomatic \- convert a .pot file to a fake locale
+.SH SYNOPSIS
+.B pomatic
+.RB [ \-s ]
+.RB [ path ]
+.RB [ filter ]
+.SH DESCRIPTION
+.I pomatic
+runs strings from a POT file through an arbitrary filter, outputting a
+modified POT file on standard out.
+.SH "OPTIONS"
+.TP
+.BI \-s
+Generate new strings using the \fBmsgstr\fP entries. The default is to
+pipe the \fBmsgid\fP strings through the filter.
+.SH "EXAMPLES"
+The simplest example:
+.IP
+\fCpomatic program.po /bin/cat\fP
+.LP
+creates a mostly-identical copy of program.po.
+.SH "SEE ALSO"
+cat(1)