diff --git a/Makefile.am b/Makefile.am index 3a36306..ac24af3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,9 +5,9 @@ LDADD = @SIGC_LIBS@ @PQ_LIBS@ bin_PROGRAMS = rec play squelch encode capture plot log streamer splitter monitor demux emailer insertdb htmldir = $(prefix)/html -html_DATA = rec.html squelch.html capture.html log.html streamer.html splitter.html demux.html emailer.html +html_DATA = rec.html squelch.html capture.html log.html streamer.html splitter.html demux.html emailer.html insertdb.html -man_MANS = rec.1 squelch.1 capture.1 log.1 streamer.1 splitter.1 demux.1 emailer.1 +man_MANS = rec.1 squelch.1 capture.1 log.1 streamer.1 splitter.1 demux.1 emailer.1 insertdb.1 EXTRA_DIST = $(man_MANS) diff --git a/insertdb.1 b/insertdb.1 new file mode 100644 index 0000000..f040893 --- /dev/null +++ b/insertdb.1 @@ -0,0 +1,25 @@ +.TH insertdb 1 "March 2003" +.SH NAME +insertdb \- insert EAS alerts into database +.SH SYNOPSIS +.B insertdb [-s +.I station +.B ] +.I code filename +.SH DESCRIPTION +.B insertdb +inserts a record into a database containing the information +from the EAS alert message. +.SH OPTIONS +.IP "-s station" +This is the station from which the message was received. +.IP code +The EAS header code for this message. +.IP filename +The name of the MP3 file containing the alert message. +.SH AUTHOR +Greg Hewgill +.br +http://www.hewgill.com +.SH "SEE ALSO" +.BR capture (1)