r3846: Auto commit for Debian build
[wdq2wav.git] / wdq2wav.1
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .\" First parameter, NAME, should be all caps
3 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4 .\" other parameters are allowed: see man(7), man(1)
5 .TH WDQ2WAV 1 "January 20, 2003"
6 .\" Please adjust this date whenever revising the manpage.
7 .\"
8 .\" Some roff macros, for reference:
9 .\" .nh        disable hyphenation
10 .\" .hy        enable hyphenation
11 .\" .ad l      left justify
12 .\" .ad b      justify to both left and right margins
13 .\" .nf        disable filling
14 .\" .fi        enable filling
15 .\" .br        insert line break
16 .\" .sp <n>    insert n+1 empty lines
17 .\" for manpage-specific macros, see man(7)
18 .SH NAME
19 wdq2wav \- convert a WinDAQ file channel to a wav file
20 .SH SYNOPSIS
21 .B wdq2wav [OPTIONS] windaq-file channel-number wav-file 
22 .SH DESCRIPTION
23 .B wdq2wav
24 extracts a channel from a WinDAQ file and produces a .wav file.
25
26 If the command line parameters of the windaq-file, channel-number, 
27 and wav-file are not given, then the program will prompt the user
28 to enter thos values when the program is run.
29
30 .SH OPTIONS
31 .TP
32 .B \-p
33 Play channel through audio system
34 .TP
35 .B \-v
36 Verbose mode
37 .TP
38 .B \-q
39 Quiet mode
40 .TP
41 .B \-h
42 Show summary of options.
43 .TP
44 .B \-r
45 Show version of program.
46 .SH AUTHOR
47 This manual page was written by Kevin M. Rosenberg 
48 <kevin@rosenberg.net>.