diff options
-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 |