summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantrik <antrik@users.sourceforge.net>2011-07-22 22:51:23 +0200
committerantrik <antrik@users.sourceforge.net>2011-07-22 23:38:02 +0200
commit4f090e2d9898e8aa03247a041398e3058983023c (patch)
tree4b39f1cadb39df59f866f2b73bb96c11c3953309
parenta763e7f177c49a755983b8207fa3d935b31b43b6 (diff)
documentation/translator_primer: Be clearer about the actual meaning of settrans -g...
I hope this doesn't make it harder to follow. Considering the non-obvious option semantics of settrans, I think it's crucial for newcomers to get the meaning right from the very beginning!
-rw-r--r--hurd/documentation/translator_primer.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/documentation/translator_primer.mdwn b/hurd/documentation/translator_primer.mdwn
index 4586a8e6..e5c8c160 100644
--- a/hurd/documentation/translator_primer.mdwn
+++ b/hurd/documentation/translator_primer.mdwn
@@ -41,7 +41,11 @@ Then you setup the translator /hurd/hello in the file/node hello.
After that you check the contents of the file, and the translator returns "Hello World!".
-To finish it, you tell the translator to go away from the file "hello" via "settrans -g hello" and verify that now the file is empty again.
+To finish it,
+you remove the translator from the file "hello"
+(and tell any active running instances to go away)
+via "settrans -g hello".
+Having done that, verify that now the file is empty again.
### Transparent FTP