summaryrefslogtreecommitdiffstats
path: root/pomatic.1
diff options
context:
space:
mode:
authornalin <nalin>2001-04-02 15:03:55 +0000
committernalin <nalin>2001-04-02 15:03:55 +0000
commit95f9b90d2d81c897a99a13336dbdaf6354ee2c6b (patch)
treed47ad9cd1cc4606e50dc9230a3ca957bfc0fb5fb /pomatic.1
downloadpomatic-95f9b90d2d81c897a99a13336dbdaf6354ee2c6b.tar.gz
pomatic-95f9b90d2d81c897a99a13336dbdaf6354ee2c6b.tar.xz
pomatic-95f9b90d2d81c897a99a13336dbdaf6354ee2c6b.zip
pomatic initial check-in
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)