Skip to content

Commit

Permalink
Merge pull request #445 from nosracd/docs/update_manpages
Browse files Browse the repository at this point in the history
Update manpages
  • Loading branch information
ihilt authored Apr 19, 2023
2 parents 1067904 + 418657e commit d526ed2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
8 changes: 7 additions & 1 deletion lcm-java/lcm-logplayer-gui.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.TH lcm-logplayer-gui 1 2009-07-28 "LCM" "LCM"
.SH NAME
lcm-logplayer-gui - full featured log playback and editng tool
lcm-logplayer-gui - full featured log playback and editing tool
.SH SYNOPSIS
.TP 5
\fBlcm-logplayer-gui \fI[options]\fR \fI[FILE]\fR
Expand All @@ -21,6 +21,12 @@ The following options are provided by \fBlcm-logplayer-gui\fR
.B \-l, \-\-lcm\-url=\fIURL\fR
Use the specified LCM URL
.TP
.B \-t, \-\-title [LABEL]
Display LABEL in the window title
.TP
.B \-\-title\-url
Display the LCM URL in the title
.TP
.B \-h, \-\-help
Shows some help text and exits

Expand Down
8 changes: 7 additions & 1 deletion lcm-java/lcm-spy.1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lcm-spy - traffic inspection tool
.PP
\fBlcm-spy\fR is the Lightweight Communications and Marshalling traffic
inspection utility. It is a graphical tool for viewing messages received on
an LCM network, and is analagous to tools like Ethereal/Wireshark and tcpdump
an LCM network, and is analogous to tools like Ethereal/Wireshark and tcpdump
in that it is able to inspect all LCM messages received and provide information
and statistics on the channels used.

Expand Down Expand Up @@ -37,6 +37,12 @@ The following options are provided by \fBlcm-spy\fR
.B \-l, \-\-lcm\-url=\fIURL\fR
Use the specified LCM URL
.TP
.B \-t, \-\-title [LABEL]
Display LABEL in the window title
.TP
.B \-\-title\-url
Display the LCM URL in the title
.TP
.B \-h, \-\-help
Shows some help text and exits

Expand Down
2 changes: 1 addition & 1 deletion lcm-logger/lcm-logger.1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Suppress normal output and only report errors.
Format \fIFILE\fR with strftime.
.TP
.B \-v, \-\-invert-channels
Invert channels. Log evertyhing that \fICHAN\fR does not match.
Invert channels. Log everything that \fICHAN\fR does not match.

.SH ROTATING AND SPLITTING
.PP
Expand Down
2 changes: 1 addition & 1 deletion lcm-logger/lcm-logplayer.1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following options are provided by \fBlcm-logplayer\fR
Print information about each packet.
.TP
.B \-s, \-\-speed=\fINUM\fR
Playback speed multipler. Default is 1.0
Playback speed multiplier. Default is 1.0
.TP
.B \-e, \-\-regexp=\fIEXPR\fR
POSIX regular expression of channels to play.
Expand Down

0 comments on commit d526ed2

Please sign in to comment.