[Debburn-changes] r653 - in cdrkit/trunk: . icedax

Eduard Bloch blade at alioth.debian.org
Fri Dec 29 00:06:27 CET 2006


Author: blade
Date: 2006-12-29 00:06:26 +0100 (Fri, 29 Dec 2006)
New Revision: 653

Modified:
   cdrkit/trunk/Changelog
   cdrkit/trunk/icedax/icedax.1
Log:
more table formating fixes in icedax.1

Modified: cdrkit/trunk/Changelog
===================================================================
--- cdrkit/trunk/Changelog	2006-12-28 22:54:40 UTC (rev 652)
+++ cdrkit/trunk/Changelog	2006-12-28 23:06:26 UTC (rev 653)
@@ -17,6 +17,7 @@
   * genisoimage documentation updates, mkisofs name changes
   * setting argv[0] to wodim if someone is cheating and calls it as cdrecord.
     Avoids confusion and printing of the wrong app name in the help output.
+  * more table formating fixes in icedax.1
 
   [ Thomas Schmidt ]
   * workaround for older libmagic API

Modified: cdrkit/trunk/icedax/icedax.1
===================================================================
--- cdrkit/trunk/icedax/icedax.1	2006-12-28 22:54:40 UTC (rev 652)
+++ cdrkit/trunk/icedax/icedax.1	2006-12-28 23:06:26 UTC (rev 653)
@@ -296,12 +296,18 @@
 does a cddbp album- and track title lookup based on the cddb id.
 The parameter cddb mode defines how multiple entries shall be handled.
 .TS H
-center box;
-r | l.
+allbox;
+c cw(4i)
+r l.
 Parameter	Description
-_
-0	interactive mode. The user selects the entry to use.
-1	first fit mode. The first entry is taken unconditionally.
+0	T{
+.na
+interactive mode. The user selects the entry to use.
+T}
+1	T{
+.na
+first fit mode. The first entry is taken unconditionally.
+T}
 .TE
 .TP
 .B " cddbp-server=servername"
@@ -408,17 +414,23 @@
 .B icedax
 uses the following exit codes to indicate various degrees of success:
 .TS H
-center box;
-r | l.
+allbox;
+c cw(1i)
+r l.
 Exitcode	Description
-_
 0	no errors encountered, successful operation.
 1	usage or syntax error. icedax got inconsistent arguments.
 2	permission (un)set errors. permission changes failed.
 3	read errors on the cdrom/burner device encountered.
-4	write errors while writing one of the output files encountered.
+4	T{
+.na
+write errors while writing one of the output files encountered.
+T}
 5	errors with soundcard handling (initialization/write).
-6	errors with stat() system call on the read device (cooked ioctl).
+6	T{
+.na
+errors with stat() system call on the read device (cooked ioctl).
+T}
 7	pipe communication errors encountered (in forked mode).
 8	signal handler installation errors encountered.
 9	allocation of shared memory failed (in forked mode).
@@ -428,9 +440,15 @@
 13	race condition in ioctl interface handling detected.
 14	error in ioctl() operation encountered.
 15	internal error encountered. Please report back!!!
-16	error in semaphore operation encountered (install / request).
+16	T{
+.na
+error in semaphore operation encountered (install / request).
+T}
 17	could not get the scsi transfer buffer.
-18	could not create pipes for process communication (in forked mode).
+18	T{
+.na
+could not create pipes for process communication (in forked mode).
+T}
 .TE
 .SH "DISCUSSION"
 .B icedax




More information about the Debburn-changes mailing list