Add Debian source format file
[wdq2wav.git] / wdq2wav.1
index 30a7b15a654f7fd2702062b585450df94ca11fb1..e918673bb4b369040fd44477c5194058705da9d6 100644 (file)
--- a/wdq2wav.1
+++ b/wdq2wav.1
@@ -1,35 +1,41 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH WDQ2WAV 1 "January 20, 2003"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
+.TH WDQ2WAV 1 "March 5, 2003"
 .SH NAME
 wdq2wav \- convert a WinDAQ file channel to a wav file
 .SH SYNOPSIS
-.B wdq2wav windaq-file channel-number wav-file 
-.RI [ OPTIONS ]
+.B wdq2wav [OPTIONS] windaq-file channel-number wav-file 
 .SH DESCRIPTION
 .B wdq2wav
 extracts a channel from a WinDAQ file and produces a .wav file.
+
+If the command line parameters of the windaq-file, channel-number, 
+and wav-file are not given, then the program will prompt the user
+to enter those values when the program is run.
+
 .SH OPTIONS
 .TP
-.B \-h, \-\-help
+.B \-p
+Play channel through audio system
+.TP
+.B \-m
+Do not demean. (Don't subtract the mean of the samples from each sample.)
+.TP
+.B \-z
+Scale the .wav file output 
+.B *without* 
+preservation of the zero value
+.TP
+.B \-v
+Verbose mode
+.TP
+.B \-q
+Quiet mode
+.TP
+.B \-h
 Show summary of options.
 .TP
-.B \-v, \-\-version
+.B \-r
 Show version of program.
 .SH AUTHOR
-This manual page was written by Kevin M. Rosenberg 
+wdq2wav and this manual page were written by Kevin M. Rosenberg 
 <kevin@rosenberg.net>.