From e5b50e7b361d1c8fe66139b50bb1c32529845747 Mon Sep 17 00:00:00 2001 From: greg Date: Fri, 28 Mar 2003 13:13:36 +0000 Subject: [PATCH] add insertdb man page git-svn-id: file:///home/svn/nwr/trunk@59 103c2249-d0a5-da11-ade6-0050bffea3d9 --- Makefile.am | 4 ++-- insertdb.1 | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 insertdb.1 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)