From 65254a2c7b9d82faf213f0e13e4e53dc2fd991a1 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 28 Oct 2014 15:50:08 +0800 Subject: [PATCH] doc/manual: add missing shell prompt --- doc/manual/writing_a_driver.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/writing_a_driver.rst b/doc/manual/writing_a_driver.rst index df2c16ba6..76849d164 100644 --- a/doc/manual/writing_a_driver.rst +++ b/doc/manual/writing_a_driver.rst @@ -51,7 +51,7 @@ and verify that you can connect to the TCP port: :: Also verify that you can get the type of the server (the "hello" string passed to ``simple_server_loop``) using the ``identify-controller`` program from the ARTIQ front-end tools: :: - ./identify-controller ::1 7777 + $ identify-controller ::1 7777 Type: hello The client