summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-09-29 20:58:34 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-09-29 20:58:34 +0000
commit4f9de6ae2f4e99570f305d385a6058d5d64e778e (patch)
tree23bdddcbe63410b9ab22f503302aab974ee0fc73 /NEWS
parenta3f98f6fc2b76b39272250be3badabcf65fc23f1 (diff)
doc/
2002-09-29 Marcus Brinkmann <marcus@gnu.org> * hurd.texi (Translators): Change isofs to iso9660fs (ISO-9660 CD-ROM FS): Likewise. isofs/ 2002-09-29 Marcus Brinkmann <marcus@gnu.org> * Makefile (target): Change to iso9660fs. * main.c (diskfs_server_name): Change to iso9660fs.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index fdf97c334..26cffe1e3 100644
--- a/NEWS
+++ b/NEWS
@@ -32,9 +32,9 @@ IP tunnel interface respectively. It also supports all common network
ioctls now.
The Hurd can now access CD-ROMs containing an ISO9660 file format with
-the new isofs translator. Rock Ridge extensions are supported, as well
-as some GNU extensions to store GNU specific file system attributes in
-such filesystems.
+the new iso9660fs translator. Rock Ridge extensions are supported, as
+well as some GNU extensions to store GNU specific file system
+attributes in such filesystems.
Two new translators, hello and hello-mt, illustrate how to implement
simple trivfs based filesystems in the Hurd.