From e828977ada21cd6dc5789777f2c8bc9f64ddb1d5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 19 Jun 2005 13:39:51 +0000 Subject: [PATCH] (ln invocation): Change a few `paths' to `file names'. --- doc/coreutils.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 89de642c5..7d64b68e4 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7738,13 +7738,13 @@ ln -s adir/a . Bad Example: -# Hard coded paths don't move well. +# Hard coded file names don't move well. ln -s $(pwd)/a /some/dir/ Better Example: -# Relative paths survive directory moves and also work across -# networked file systems. +# Relative file names survive directory moves and also +# work across networked file systems. ln -s afile anotherfile ln -s ../adir/afile yetanotherfile @end smallexample -- 2.34.1