Skip to content

Commit

Permalink
Fix typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Trabant committed Jan 17, 2017
1 parent e48ad9f commit f443a26
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# miniseed2dmc - send Mini-SEED to a Data Managment Center
# miniseed2dmc - send Mini-SEED to a Data Management Center

This program transfers selected Mini-SEED data records from the localxi
computer to a remote Data Managment Center. Prior to using this program
coordination with DMC is required.
This program transfers selected Mini-SEED data records from the local
computer to a remote Data Management Center. Prior to using this program
coordination with the DMC is required.

To track the Mini-SEED data transferred the program writes SYNC files
representing the data coverage. Additionally, a state file is maintained
Expand All @@ -12,7 +12,7 @@ More importantly it allows the client to determine when all records from
a given data set have been transferred preventing them from being transferred
again erroneously.

For usage infromation see the [miniseed2dmc manual](doc/miniseed2dmc.md) in the
For usage information see the [miniseed2dmc manual](doc/miniseed2dmc.md) in the
'doc' directory.

## Building
Expand Down
4 changes: 2 additions & 2 deletions doc/miniseed2dmc.1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ miniseed2dmc [options] host:port files|directories ...
.fi
.SH DESCRIPTION
\fBminiseed2dmc\fP transfers selected Mini-SEED data records from the
local computer to a remote Data Managment Center. Prior to using this
local computer to a remote Data Management Center. Prior to using this
program coordination with DMC is required and the user must have been
assigned a host and port indicating where the data should be sent.

Expand Down Expand Up @@ -133,7 +133,7 @@ specified file. The selection file contains parameters to match the
network, station, location, channel, quality and time range for input
records. As a special case, specifying "-" will result in selection
lines being read from stdin. For more details see the \fBSELECTION
FILE\fR section below.
FILE\fP section below.

.IP "\fIhost:port\fP"
The required host and port arguments specify the server where the
Expand Down
4 changes: 2 additions & 2 deletions doc/miniseed2dmc.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ miniseed2dmc [options] host:port files|directories ...

## <a id='description'>Description</a>

<p ><b>miniseed2dmc</b> transfers selected Mini-SEED data records from the local computer to a remote Data Managment Center. Prior to using this program coordination with DMC is required and the user must have been assigned a host and port indicating where the data should be sent.</p>
<p ><b>miniseed2dmc</b> transfers selected Mini-SEED data records from the local computer to a remote Data Management Center. Prior to using this program coordination with DMC is required and the user must have been assigned a host and port indicating where the data should be sent.</p>

<p >Mini-SEED to be transfered can be identified 3 different ways:</p>
<pre >
Expand Down Expand Up @@ -103,7 +103,7 @@ miniseed2dmc [options] host:port files|directories ...

<b>-s </b><i>selectfile</i>

<p style="padding-left: 30px;">Limit processing to Mini-SEED records that match a selection in the specified file. The selection file contains parameters to match the network, station, location, channel, quality and time range for input records. As a special case, specifying "-" will result in selection lines being read from stdin. For more details see the \fBSELECTION FILE\fR section below.</p>
<p style="padding-left: 30px;">Limit processing to Mini-SEED records that match a selection in the specified file. The selection file contains parameters to match the network, station, location, channel, quality and time range for input records. As a special case, specifying "-" will result in selection lines being read from stdin. For more details see the <b>SELECTION FILE</b> section below.</p>

<b></b><i>host:port</i>

Expand Down

0 comments on commit f443a26

Please sign in to comment.