From 5126f83c3e21e61bc843c5fee382da6d63307ec7 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 19 Jul 2011 08:59:42 +0200 Subject: hurd/documentation/translator_primer: Stress remote even more. --- hurd/documentation/translator_primer.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/documentation/translator_primer.mdwn b/hurd/documentation/translator_primer.mdwn index 270f31b7..24e66681 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 -- cgit v1.2.3 From 5873c9b664528a5fe35bf3ea22abe785ace6f86a Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Tue, 19 Jul 2011 10:12:45 +0200 Subject: typo --- hurd/documentation/translator_primer.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hurd') diff --git a/hurd/documentation/translator_primer.mdwn b/hurd/documentation/translator_primer.mdwn index 24e66681..4586a8e6 100644 --- a/hurd/documentation/translator_primer.mdwn +++ b/hurd/documentation/translator_primer.mdwn @@ -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 -- cgit v1.2.3