Added support for the used currency (DM only atm) and corrected one
[infodrom/dtaus] / dtaus.1
diff --git a/dtaus.1 b/dtaus.1
index e69de29..d38a53b 100644 (file)
--- a/dtaus.1
+++ b/dtaus.1
@@ -0,0 +1,70 @@
+.\" dtaus - Converter for DTAUS files
+.\" Copyright (c) 1998,2001  Martin Schulze <joey@infodrom.org>
+.\"
+.\" This program is free software; you can redistribute it and/ormodify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+.\"
+.TH DTAUS 1 "11 November 2001" "" ""
+.SH NAME
+dtaus \- Converter for DTAUS files
+.SH SYNOPSIS
+.B dtaus
+.RB [ " \-d "
+.IR dtaus " ]"
+.RB [ " \-c "
+.IR control " ]"
+.RB [ " \-b "
+.IR begleit " ]"
+.RB [ " \-o "
+.IR kontroll " ]"
+.BR -dtaus " | " -control
+.SH DESCRIPTION
+This program can read and write german DTAUS files.  DTAUS is an
+acronym for 
+.BR D aten T räger AUS tausch.
+It is used by german credit institutes in order to manage money
+exchanges between accounts and credit institutes.
+
+.SH OPTIONS
+You have to specify at one of
+.BR \-dtaus " or " \-control .
+
+  -dtaus        Erzeugt eine Bankdatei
+  -control      Liest eine Bankdatei und erzeugt die Kontrolldateien
+
+  -d <dtaus>    Bankdatei [dtaus0.txt]
+  -c <control>  Steuerdatei [dtaus0.ctl]
+  -b <begleit>  Begleitzettel für die Bank dtaus0.doc]
+  -o <kontroll> Kontrolldatei zum Abheften [dtaus0.sik]
+
+.SH "CONTROL FILE"
+The control file has a very simple format.  Empty lines and those
+beginning with a hash mark are ignored.  The remainder is splitted
+into three parts, one BEGIN record, several regular records and one
+END record, which is being ignored and created by the program.
+
+For a complete description please refer to
+.I dtaus.txt
+and
+.BR dtaus (5)
+from this distribution.
+
+.SH "RETURN VALUES"
+On success, zero is returned.  On error, 1  is  returned.
+
+.SH "SEE ALSO"
+.BR dtaus (5).
+
+DTAUS files use a special but simple and freely documented format.
+It is included in the distribution of dtaus as dtaus.txt.