diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-08-18 04:05:18 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-08-18 04:05:18 +0200 |
commit | 021fb8f95c0416e7cb08ef52f9b35b4825db77b7 (patch) | |
tree | 27d602e6104cd321883aa0bf5e4b01d3e1f48336 /hurd/documentation | |
parent | 5395e846de3cdf8b4b049b158b8a8021cedc655e (diff) |
Revert "Fix missing slash"
This reverts commit 5395e846de3cdf8b4b049b158b8a8021cedc655e.
ftpfs is actually set in the current directory just above
Diffstat (limited to 'hurd/documentation')
-rw-r--r-- | hurd/documentation/translator_primer.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/documentation/translator_primer.mdwn b/hurd/documentation/translator_primer.mdwn index 68749b1c..92a1d5f9 100644 --- a/hurd/documentation/translator_primer.mdwn +++ b/hurd/documentation/translator_primer.mdwn @@ -84,7 +84,7 @@ What you do here is setting up the translator /hurd/hostmux on ftp: and passing Now that we can access ftp.gnu.org transparently, let's mount a remote ISO file: - $ settrans -c mnt /hurd/iso9660fs /ftp://ftp.gnu.org/old-gnu/gnu-f2/hurd-F2-main.iso + $ settrans -c mnt /hurd/iso9660fs ftp://ftp.gnu.org/old-gnu/gnu-f2/hurd-F2-main.iso $ ls mnt/ It is interesting to note that since the ISO9660 format is indexed, ftpfs does not have to download the whole ISO file, it merely fetches what iso9660fs requests. |