summaryrefslogtreecommitdiff
path: root/doc/ivyprobe.1
diff options
context:
space:
mode:
authorjacomi1999-03-17 19:11:36 +0000
committerjacomi1999-03-17 19:11:36 +0000
commit7cfa818995332e8b54fc1831bacdf9c2d131155c (patch)
tree5cfb9f36352a36f014d54280985e12fac5348e53 /doc/ivyprobe.1
parent4ebda522e35e16f7e7cc4fe14a9fdfb2d6bcd605 (diff)
downloadivy-c-7cfa818995332e8b54fc1831bacdf9c2d131155c.zip
ivy-c-7cfa818995332e8b54fc1831bacdf9c2d131155c.tar.gz
ivy-c-7cfa818995332e8b54fc1831bacdf9c2d131155c.tar.bz2
ivy-c-7cfa818995332e8b54fc1831bacdf9c2d131155c.tar.xz
first draft for man pages on ivy-c
Diffstat (limited to 'doc/ivyprobe.1')
-rw-r--r--doc/ivyprobe.116
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/ivyprobe.1 b/doc/ivyprobe.1
new file mode 100644
index 0000000..0f7541f
--- /dev/null
+++ b/doc/ivyprobe.1
@@ -0,0 +1,16 @@
+.TH IVYPROBE 1 1/29/99
+.SH NAME
+ivyprobe, simple program for probing connections on a given port number for ivy software bus
+.SH SYNOPSIS
+.B ivyprobe [options] [regexp...]
+.SH DESCRIPTION
+ivyprobe gives the list of applications connected to a given bus port number, receives messages subscribed to (regexp format), and sends messages on the bus.
+.SH OPTIONS
+.TP
+.I "\-b PORT-NUMBER(1-32000)(not 2049)"
+The default port number is 2010.
+.TP
+.I "\-domain NETWORK-ADDRESS"
+The default network address is 127.255.255.255
+H SEE ALSO
+.IR ivy-c (1)