From: Jim Meyering Date: Sun, 19 Jun 2005 13:39:51 +0000 (+0000) Subject: (ln invocation): Change a few `paths' to `file names'. X-Git-Tag: CPPI-1_12~548 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e828977ada21cd6dc5789777f2c8bc9f64ddb1d5;p=thirdparty%2Fcoreutils.git (ln invocation): Change a few `paths' to `file names'. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 89de642c55..7d64b68e44 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