Change filesystems to `file systems'.
authorJim Meyering <jim@meyering.net>
Thu, 9 Jun 2005 09:22:27 +0000 (09:22 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 9 Jun 2005 09:22:27 +0000 (09:22 +0000)
doc/coreutils.texi

index 4b2fe80..3bc70f3 100644 (file)
@@ -7761,7 +7761,7 @@ ln -s $(pwd)/a /some/dir/
 Better Example:
 
 # Relative paths survive directory moves and also work across
-# networked filesystems.
+# networked file systems.
 ln -s afile anotherfile
 ln -s ../adir/afile yetanotherfile
 @end smallexample