1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
.TH DDSLS 1 "" "@VERSION@" "Eclipse Cyclone DDS"
.SH NAME
ddsls \- show DDS information
.SH SYNOPSIS
.SY ddsls
.OP \-f FILE
[ \fB\-a\fR | \fITOPIC\fR [ \fI.\|.\|.\fR ] ]
.YS
.SH DESCRIPTION
.B ddsls
shows DDS information about participants (topic dcpsparticipant),
subscriptions (topic dcpssubscription), or publications (topic
dcpspublication).
.SH OPTIONS
.TP
.BR \-f " " \fIFILE\fR
write to \fIFILE\fR
.TP
.B \-a
enable all topics
.TP
.I TOPIC
enable a particular topic
.SH AUTHOR
This manual page was written for Debian by Timo R\[u00F6]hling and may
be used without restriction.
|