Improvements, mainly support for additional Text fields
[infodrom/dtaus] / dtaus.5
diff --git a/dtaus.5 b/dtaus.5
index 8203529..702aef4 100644 (file)
--- a/dtaus.5
+++ b/dtaus.5
@@ -1,5 +1,5 @@
 .\" dtaus - Converter for DTAUS files
 .\" dtaus - Converter for DTAUS files
-.\" Copyright (c) 2000  Martin Schulze <joey@infodrom.north.de>
+.\" Copyright (c) 2000,1  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
 .\"
 .\" This program is free software; you can redistribute it and/ormodify
 .\" it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
 .\"
 .\" along with this program; if not, write to the Free Software
 .\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
 .\"
-.TH DTAUS 5 "4 January 2000" "" ""
+.TH DTAUS 5 "11 November 2001" "" ""
 .SH NAME
 dtaus \- Converter for DTAUS files
 .SH DESCRIPTION
 .SH NAME
 dtaus \- Converter for DTAUS files
 .SH DESCRIPTION
@@ -47,14 +47,14 @@ file.
 Here's a short sample for a control file:
 
   BEGIN {
 Here's a short sample for a control file:
 
   BEGIN {
-    Art   LK
+    Art   \fI<type>\fR
     Name  Martin Schulze
     Konto 123545
     BLZ   2004002
   }
 
   {
     Name  Martin Schulze
     Konto 123545
     BLZ   2004002
   }
 
   {
-    Transaktion Einzug
+    Transaktion \fI<transaction>\fR
     Name   Martha Schulze
     Konto  98832
     BLZ    2004003
     Name   Martha Schulze
     Konto  98832
     BLZ    2004003
@@ -65,8 +65,33 @@ Here's a short sample for a control file:
 
   ...
 
 
   ...
 
-German Umlauts are converted on the fly so you don't need to care
-about them.  Since the
+.SS <type>
+One of the following:
+.TP
+.I LK
+Lastschrift Kundenseitig
+.TP
+.I GK
+Gutschrift Kundenseitig
+.TP
+.I LB
+Lastschrift Bankseitig
+.TP
+.I GB
+Gutschrift Bangseitig
+
+.SS <transaction>
+One of the following:
+.TP
+.I Lastschrift
+Bankeinzug
+.TP
+.I Gutschrift
+Überweisung
+
+.SS Character Encoding
+German Umlauts are converted to 7-bit on the fly so you don't need to
+care about them.  Since the
 .I dtaus0.txt
 file only uses uppercase letters every text is also converted to
 uppercase.
 .I dtaus0.txt
 file only uses uppercase letters every text is also converted to
 uppercase.