diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-07-19 20:05:47 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-07-19 20:05:47 +0200 |
commit | ea1e57daa2fbd9cb7673c49ff60c4409c15b8f5c (patch) | |
tree | dbe56d29c9d9868366c543ee1125cb07c7decc70 /hurd | |
parent | 786cc5604dbad7eeb8ee2dbabdd38e008d838720 (diff) | |
parent | 5873c9b664528a5fe35bf3ea22abe785ace6f86a (diff) |
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to 'hurd')
-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 |