diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-09 09:22:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-09 09:22:27 +0000 |
commit | 5dc5bef865f2515406292dbd02d4914e1df96b51 (patch) | |
tree | edf7b03642402160803f905896003219503bbca1 /doc | |
parent | 42ded2fdf98d6a23053540f9b28593d5491fd489 (diff) | |
download | coreutils-5dc5bef865f2515406292dbd02d4914e1df96b51.tar.xz |
Change filesystems to `file systems'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 4b2fe80a7..3bc70f34b 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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 |