File: cdck_man.in

package info (click to toggle)
cdck 0.7.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 320 kB
  • sloc: cpp: 901; ansic: 71; makefile: 39; sh: 5
file content (36 lines) | stat: -rw-r--r-- 831 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
=head1 NAME

       cdck - simple CD/DVD check program


=head1 SYNOPSIS

       cdck [-d /dev/devname] [-i] [-t] [-v] [-p] [-o plot-file.dat]


=head1 DESCRIPTION

       -d CD/DVD device name, default is /dev/cdrom

       -i Print CD/DVD information and quit, perform no timings (default mode)

       -t Perform timing test

	  Note: this option will not work for audio CDs.

       -p Save data for gnuplot(1) program

       -o specify plot file, ./cdck-plot.dat is the default

       -V Print version

       -v Verbose operations

       To actually plot your data you have to start gnuplot and plot the datafile:
          $ gnuplot
          gnuplot> plot "cdck-plot.dat"

=head1 COPYRIGHT

       This manpage was written by gregor herrmann <gregoa@debian.org>
       for the Debian project, but may be used by others.