summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblob8108 <spaaam42@gmail.com>2014-05-02 17:00:08 +0100
committerblob8108 <spaaam42@gmail.com>2014-05-02 17:00:08 +0100
commit14df0ecb5a4e0fb67ea0ebaae52ec45a9f7ba9a0 (patch)
tree27f048263d21ce882dfae5b465dafbd1535d181e
parent7f65ef408f4c25bd8bdb0232983e0a4ff0cfe865 (diff)
downloadblockext-14df0ecb5a4e0fb67ea0ebaae52ec45a9f7ba9a0.tar.gz
blockext-14df0ecb5a4e0fb67ea0ebaae52ec45a9f7ba9a0.zip
Tweak docs
-rw-r--r--doc/tutorial.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index 8aa463e..2a67371 100644
--- a/doc/tutorial.rst
+++ b/doc/tutorial.rst
@@ -130,6 +130,10 @@ Now, the final line::
run("Tutorial Example", "example", 5000)
+This starts the extension running on port 5000. We also specify its long name and
+(short) name. The long name is displayed to the user; the short name is used in
+the filenames. (NB. v0.2 will just have "name".)
+
* TODO: finish.
* TODO: rewrite for the new v0.2 interface.
* TODO: Doesn't crash if you throw an exception.