Description: Small changes and fixes to mpg321.{h,1,sgml} files.
Author: Nanakos Chrysostomos <nanakos@wired-net.gr>

--- mpg321-0.2.11.orig/mpg321.h
+++ mpg321-0.2.11/mpg321.h
@@ -38,7 +38,7 @@
 #include <ao/ao.h>
 #include <mad.h>
 
-#define FAKEVERSION "0.2.11"
+#define FAKEVERSION "0.2.11-3"
 #define VERSIONDATE "2009/06/16"
 
 #ifndef PATH_MAX
@@ -207,6 +207,7 @@ int set_tty_restore();
 int raw_print(char *ctlseq);
 int osc_print(int ps1,int ps2,char *pt);
 char *ctty_path();
-
+void get_term_title(char *title);
+int tty_read(char *output,size_t size);
 
 #endif /* _MPG321_H_ */
--- mpg321-0.2.11.orig/mpg321.1
+++ mpg321-0.2.11/mpg321.1
@@ -92,6 +92,8 @@ Aggressive mode; try to get higher prior
 .IP "\fB\-\-skip-printing-frames=N\fP         " 10 
 Skip N frames between printing a frame status update, in both Remote Control (\-R) and verbose (\-v) mode. Can help CPU utilisation on slower machines. This is an mpg321-specific option. 
  
+.IP "\fB-l N\fP, \fB\-\-loop N\fP         " 10 
+Loop song or playlist N times.If N is 0 means infinite times. 
 .IP "\fB\-\-help\fP, \fB\-\-longhelp\fP         " 10 
 Show summary of options. 
 .IP "\fB-V\fP, \fB\-\-version\fP         " 10 
@@ -100,10 +102,10 @@ Show version of program. 
 .PP 
 This manual page was written by Joe Drew <drew@debian.org>. 
 .PP 
-Maintained by Nanakos Chrysostomos <nanakos@wired-net.gr>.
-.PP
+Maintained by Nanakos Chrysostomos <nanakos@wired-net.gr>. 
+.PP 
 Permission is granted to copy, distribute and/or modify 
 this document under the terms of the BSD license. 
 On Debian systems, this can be found in  
 \fB/usr/share/common-licenses/BSD\fP. 
-.\" created by instant / docbook-to-man, Fri 22 Jan 2010, 09:37
+.\" created by instant / docbook-to-man, Tue 20 Apr 2010, 15:47 
--- mpg321-0.2.11.orig/mpg321.sgml
+++ mpg321-0.2.11/mpg321.sgml
@@ -218,6 +218,13 @@
         </listitem>
       </varlistentry> 
       <varlistentry>
+        <term><option>-l N</option>, <option>--loop N</option>
+        </term>
+        <listitem>
+          <para>Loop song or playlist N times.If N is 0 means infinite times.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
         <term><option>--help</option>, <option>--longhelp</option>
         </term>
         <listitem>
     
