diff options
-rw-r--r-- | hurd/documentation/translator_primer.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/documentation/translator_primer.mdwn b/hurd/documentation/translator_primer.mdwn index 270f31b7..4586a8e6 100644 --- a/hurd/documentation/translator_primer.mdwn +++ b/hurd/documentation/translator_primer.mdwn @@ -21,7 +21,7 @@ to enable you to easily try three of them: * The simplest of translators: Hello World! * Transparent FTP -* ISO file mount +* Mount a remote ISO file ### Hello World @@ -29,7 +29,7 @@ To try out the simplest of translators, you can go the following simple steps: $ touch hello $ cat hello - $ setrans hello /hurd/hello + $ settrans hello /hurd/hello $ cat hello "Hello World!" $ settrans -g hello |