X-Git-Url: https://git.infodrom.org/?p=infodrom%2Fdtaus;a=blobdiff_plain;f=dtaus.1;h=d38a53b1916700ff1009ab69d33f41f7fce2c770;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=26ece08db96f73b4b3b5b216f77137889f5bc4a2;hpb=7a4a4dbca7f9d0108357b944a26fe6668cc722c6;ds=sidebyside diff --git a/dtaus.1 b/dtaus.1 index e69de29..d38a53b 100644 --- a/dtaus.1 +++ b/dtaus.1 @@ -0,0 +1,70 @@ +.\" dtaus - Converter for DTAUS files +.\" Copyright (c) 1998,2001 Martin Schulze +.\" +.\" 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 Bankdatei [dtaus0.txt] + -c Steuerdatei [dtaus0.ctl] + -b Begleitzettel für die Bank dtaus0.doc] + -o 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.