From: Jim Meyering Date: Thu, 9 Jun 2005 09:22:27 +0000 (+0000) Subject: Change filesystems to `file systems'. X-Git-Tag: CPPI-1_12~651 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5dc5bef865f2515406292dbd02d4914e1df96b51;p=platform%2Fupstream%2Fcoreutils.git Change filesystems to `file systems'. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 4b2fe80..3bc70f3 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