Update docs
authorJelmer Vernooij <jelmer@samba.org>
Thu, 10 Jun 2004 19:13:24 +0000 (20:13 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 10 Jun 2004 19:13:24 +0000 (20:13 +0100)
ptb2musicxml.1
ptb2xml.1 [new file with mode: 0644]

index 1b45eda683d9fdc6e50163653ab65631e0698fb8..c2fc8cb9f4f81afca1a873b2d6052baf2f79a337 100644 (file)
@@ -1,6 +1,6 @@
 .TH ptb2musicxml 1 "4 May 2004"
 .SH NAME
-ptb2musicxml \- PowerTab file to ASCII file converter
+ptb2musicxml \- PowerTab file to MusicXML file converter
 .SH SYNOPSIS
 .PP
 .B ptb2musicxml 
@@ -9,7 +9,7 @@ ptb2musicxml \- PowerTab file to ASCII file converter
 \fIpowertab-file.ptb\fP
 .RI
 .SH DESCRIPTION
-\fBptb2ascii\fP is a program that takes a file generated by the PowerTab 
+\fBptb2musicxml\fP is a program that takes a file generated by the PowerTab 
 Tablature editor and generates an MusicXML file containing the same data.
 
 .PP
@@ -20,8 +20,8 @@ Show all available options.
 .IP "-d"
 Run in debug mode. This will generate a lot of output to stderr.
 .IP "-o \fIoutput-file\fP"
-Filename of the ASCII file that should be generated. If this is not 
-specified, the ASCII file will be written to stdout.
+Filename of the MusicXML file that should be generated. If this is not 
+specified, the MusicXML file will be written to stdout.
 .SH "SEE ALSO"
 .BR http://jelmer.vernstok.nl/
 .PP
diff --git a/ptb2xml.1 b/ptb2xml.1
new file mode 100644 (file)
index 0000000..fd06770
--- /dev/null
+++ b/ptb2xml.1
@@ -0,0 +1,49 @@
+.TH ptb2xml 1 "4 May 2004"
+.SH NAME
+ptb2xml \- PowerTab file to XML file converter
+.SH SYNOPSIS
+.PP
+.B ptb2xml 
+[-d]
+[-o \fIoutput-file\fP]
+\fIpowertab-file.ptb\fP
+.RI
+.SH DESCRIPTION
+\fBptb2xml\fP is a program that takes a file generated by the PowerTab 
+Tablature editor and generates an xml file containing the same data.
+
+.PP
+.SH OPTIONS
+.PP
+.IP "--help"
+Show all available options.
+.IP "-d"
+Run in debug mode. This will generate a lot of output to stderr.
+.IP "-o \fIoutput-file\fP"
+Filename of the XML file that should be generated. If this is not 
+specified, the XML file will be written to stdout.
+.SH "SEE ALSO"
+.BR http://jelmer.vernstok.nl/
+.PP
+.BR http://www.power-tab.net/
+
+.SH BUGS
+.PP
+Please report any bugs to Jelmer Vernooij at \fBjelmer@samba.org\fP.
+.SH LICENSE
+This program is free software; you can redistribute it and/or modify
+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.
+.PP
+This program is distributed in the hope that it will be useful, but
+\fBWITHOUT ANY WARRANTY\fR; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+General Public License for more details.
+.PP
+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-1307  USA
+.SH AUTHOR
+.BR
+ Jelmer Vernooij <jelmer@samba.org>