summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorchatty2000-12-12 15:17:21 +0000
committerchatty2000-12-12 15:17:21 +0000
commitf406369915393809c4dc5d3fdf47eb2d66869093 (patch)
treef7d7b5cccec5475c6539e1f722ef74bb25e19ed2 /doc
parentd96f9c80104d678128ac5c116a9e85ad41cc912a (diff)
downloadivy-c-f406369915393809c4dc5d3fdf47eb2d66869093.zip
ivy-c-f406369915393809c4dc5d3fdf47eb2d66869093.tar.gz
ivy-c-f406369915393809c4dc5d3fdf47eb2d66869093.tar.bz2
ivy-c-f406369915393809c4dc5d3fdf47eb2d66869093.tar.xz
Slight fix in example code
Diffstat (limited to 'doc')
-rw-r--r--doc/ivy-c.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ivy-c.sgml b/doc/ivy-c.sgml
index c24c756..56a61fa 100644
--- a/doc/ivy-c.sgml
+++ b/doc/ivy-c.sgml
@@ -226,7 +226,7 @@ terminal window, launch <command>ivyprobe '(.*)'</command>. You are then ready
to start. Type "Hello Paul", and you should get "Bonjour Paul". Type "Bye", and
your application should quit:
<screen>
-$ <userinput>ivyprobe</userinput>
+$ <userinput>ivyprobe '(.*)'</userinput>
IvyTranslater connected from localhost
IvyTranslater subscribes to 'Hello (.*)'
IvyTranslater subscribes to 'Bye'