From 1afbcc6fa34335e77e089ddc5d67d069d3189ea7 Mon Sep 17 00:00:00 2001 From: bustico Date: Tue, 8 Apr 2008 14:42:23 +0000 Subject: * fix a bug with the behavior of send system call in non blocking mode in some rare case * simplify ivythroutput and his fileset --- doc/ivyprobe.1 | 80 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'doc/ivyprobe.1') 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 -.\" -.\" $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 +.\" +.\" $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) -- cgit v1.1