Hi,

   The attached patch does the following:
       A. Upgrade to txt2man 1.5.5
       B. Use -9 compression level for manpages.

Yours,
        Yair K.

P.S. An unrelated patch to savemixer. This ensures an fd is never leaked:

diff -r 9e9a92a13868 cmd/savemixer/savemixer.c
--- a/cmd/savemixer/savemixer.c Sun May 25 01:59:56 2008 +0300
+++ b/cmd/savemixer/savemixer.c Sun May 25 12:08:08 2008 +0300
@@ -487,6 +487,8 @@
       exit (-1);
     }

+  atexit (close_device);
+
   if (ioctl (fd, SNDCTL_SYSINFO, &sysinfo) == -1)
     {
       perror ("SNDCTL_SYSINFO");
@@ -499,8 +501,6 @@
       fprintf (stderr, "No mixers in the system\n");
       exit (0);
     }
-
-  atexit (close_device);
 }

Attachment: oss-gzip-9.diff.gz
Description: GNU Zip compressed data

_______________________________________________
oss-devel mailing list
oss-devel@mailman.opensound.com
http://mailman.opensound.com/mailman/listinfo/oss-devel

Reply via email to