Skip to content

Commit

Permalink
add insertdb man page
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/svn/nwr/trunk@59 103c2249-d0a5-da11-ade6-0050bffea3d9
  • Loading branch information
greg committed Mar 28, 2003
1 parent ddca971 commit e5b50e7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
25 changes: 25 additions & 0 deletions insertdb.1
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
.br
http://www.hewgill.com
.SH "SEE ALSO"
.BR capture (1)

0 comments on commit e5b50e7

Please sign in to comment.