Skip to content

Commit

Permalink
Typo fixes in man pages, thanks to @paride. Fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-iris committed Aug 29, 2018
1 parent d32d832 commit c0d4d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/ms_readmsr.3
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ source name and time window parameters, see \fBms_selection(3)\fP for
more information.

.SH RETURN VALUES
On the sucessful read and parsing of a record \fBms_readmsr\fP and
On the successful read and parsing of a record \fBms_readmsr\fP and
\fBms_readmsr_r\fP return MS_NOERROR and populate the MSRecord struct
at \fI*ppmsr\fP. Upon reaching the end of the input file these
routines return MS_ENDOFFILE. On error these routines return a
libmseed error code (defined in libmseed.h)

On the sucessful read and parsing of a file \fBms_readtraces\fP and
On the successful read and parsing of a file \fBms_readtraces\fP and
\fBms_readtracelist\fP return MS_NOERROR and populate the MSTraceGroup
or MSTraceList struct. On error these routines return a libmseed
error code (defined in libmseed.h)
Expand Down
2 changes: 1 addition & 1 deletion doc/msr_unpack.3
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ these records is included only to support legacy data.

.SH RETURN VALUE

On the sucessful parsing of a record \fBmsr_unpack\fP returns
On the successful parsing of a record \fBmsr_unpack\fP returns
MS_NOERROR and populates the MSRecord struct at *ppmsr. On error
\fBmsr_unpack\fP returns a libmseed error code (defined in libmseed.h)

Expand Down

0 comments on commit c0d4d2b

Please sign in to comment.