summaryrefslogtreecommitdiff
path: root/doc/ivyprobe.1
diff options
context:
space:
mode:
authorbustico2008-04-08 14:42:23 +0000
committerbustico2008-04-08 14:42:23 +0000
commit1afbcc6fa34335e77e089ddc5d67d069d3189ea7 (patch)
tree188833731be2a66d8e026c8a8f68115359ba4e81 /doc/ivyprobe.1
parent540cd95a769b2b85572bdfae26867bedfaf2fb3d (diff)
downloadivy-c-1afbcc6fa34335e77e089ddc5d67d069d3189ea7.zip
ivy-c-1afbcc6fa34335e77e089ddc5d67d069d3189ea7.tar.gz
ivy-c-1afbcc6fa34335e77e089ddc5d67d069d3189ea7.tar.bz2
ivy-c-1afbcc6fa34335e77e089ddc5d67d069d3189ea7.tar.xz
* fix a bug with the behavior of send system call in non blocking mode
in some rare case * simplify ivythroutput and his fileset
Diffstat (limited to 'doc/ivyprobe.1')
-rw-r--r--doc/ivyprobe.180
1 files changed, 40 insertions, 40 deletions
diff --git a/doc/ivyprobe.1 b/doc/ivyprobe.1
index 9c79cf6..0feeea8 100644
--- a/doc/ivyprobe.1
+++ b/doc/ivyprobe.1
@@ -1,36 +1,36 @@
-.\"
-.\"
-.\" Ivy probe, an Ivy agent for monitoring exchanges on a bus
-.\"
-.\" Copyright 1998-2000
-.\" Centre d'Etudes de la Navigation Aerienne
-.\"
-.\" man page
-.\"
-.\" Authors: Stephane Chatty <chatty@cena.dgac.fr>
-.\"
-.\" $Id$
-.\"
-.\" Please refer to file version.h for the
-.\" copyright notice regarding this software
-.\"
-.TH IVYPROBE 1 1/29/99
-.SH NAME
-ivyprobe - an Ivy agent for monitoring exchanges on a bus
+.\"
+.\"
+.\" Ivy probe, an Ivy agent for monitoring exchanges on a bus
+.\"
+.\" Copyright 1998-2000
+.\" Centre d'Etudes de la Navigation Aerienne
+.\"
+.\" man page
+.\"
+.\" Authors: Stephane Chatty <chatty@cena.dgac.fr>
+.\"
+.\" $Id$
+.\"
+.\" Please refer to file version.h for the
+.\" copyright notice regarding this software
+.\"
+.TH "IVYPROBE" "1" "1/29/99" "Stephane Chatty" "utility"
+.SH "NAME"
+ivyprobe \- an Ivy agent for monitoring exchanges on a bus
-.SH SYNOPSIS
-.B ivyprobe [-b bus] [regexps]
+.SH "SYNOPSIS"
+.B ivyprobe [\-b bus] [regexps]
-.SH DESCRIPTION
-.B
+.SH "DESCRIPTION"
+.B
ivyprobe
connects to an Ivy bus and allows you to send and receive messages through a
text interface. This is mainly useful for testing and debugging Ivy applications.
-.SH OPTIONS
+.SH "OPTIONS"
.TP 6
-.B -b bus
+.B \-b bus
defines the Ivy bus to which to connect to. The syntax of bus addresses is
.I [network[,network]][:port],
where
@@ -46,7 +46,7 @@ and the default network is
ie. loopback on the
local host.
-.TP
+.TP
.B regexps
is a (possibly empty) list of regular expressions that define subscriptions.
.B ivyprobe
@@ -56,7 +56,7 @@ messages that will be emitted on the bus by other applications. Do not forget to
protect your regexps with quotes if you use brackets or the * sign, otherwise
your shell will interpret them.
-.SH EXAMPLES
+.SH "EXAMPLES"
.B ivyprobe '(.*)'
will print all messages exchanged on the bus, with their full contents.
@@ -70,53 +70,53 @@ will print
.I World.
-.SH LINE COMMANDS
+.SH "LINE COMMANDS"
.B ivyprobe
accepts instructions on its command line once launched:
.TP 6
-.I EOF (Ctrl-D)
+.I EOF (Ctrl\-D)
will make
.B ivyprobe
quit.
-.TP
+.TP
.I All lines
that do not start with a dot will be interpreted as messages to be
broadcasted on the bus.
-.TP
+.TP
.I \.help
will print the list of possible commands.
-.TP
+.TP
.I \.quit
will make
.B ivyprobe
exit.
-.TP
+.TP
.I \.bind 'regexp'
will create a new subscription, that will add up to those
passed at launch time.
-.TP
+.TP
.I \.who
will list all applcations present on the bus.
-.TP
+.TP
.I \.die appname
will ask application
.I appname
to quit, if present on the bus.
-.TP
+.TP
.I \.direct appname id 'msg'
will send a direct message to
.I appname,
if present on the bus.
-.TP
+.TP
.I \.where appname
will tell you on what host is
.I appname,
if present on the bus.
-.SH BUGS
+.SH "BUGS"
.B ivyprobe has no prompt for its command line.
-.SH SEE ALSO
-.PP
+.SH "SEE ALSO"
+.PP
Ivy (1)