1 Author: gregor herrmann <gregoa@debian.org>
2 Last-Update: 2015-03-04
5 - remove stray "=cut", leads to pod2man errors
6 - add a note about using the gnuplot datafile
7 Bugs-Ubuntu: https://bugs.launchpad.net/bugs/476591
12 EXTRA_DIST = cdck_man.in
15 - pod2man --section=cdck.1 --verbose cdck_man.in > cdck.1
16 + pod2man --section=1 --verbose --name=cdck cdck_man.in > cdck.1
27 cdck - simple CD/DVD check program
29 -i Print CD/DVD information and quit, perform no timings (default mode)
31 -t Perform timing test
33 + Note: this option will not work for audio CDs.
35 -p Save data for gnuplot(1) program
41 + To actually plot your data you have to start gnuplot and plot the datafile:
43 + gnuplot> plot "cdck-plot.dat"
47 - This manpage was written by gregor herrmann <gregor+debian@comodo.priv.at> for the
48 - Debian project but may be used by others.
49 + This manpage was written by gregor herrmann <gregoa@debian.org>
50 + for the Debian project, but may be used by others.