]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(readlink invocation): "path component" ->
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2005 05:00:24 +0000 (05:00 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2005 05:00:24 +0000 (05:00 +0000)
"component", since we don't use the POSIX "path" nomenclature.

doc/coreutils.texi

index 3cbd7b1219e4bd3639e3a91e3f6f511cde3893f1..dd019422b67cae8fda0a3192351d4e3de042c4a9 100644 (file)
@@ -7955,7 +7955,7 @@ The program accepts the following options.  Also see @ref{Common options}.
 @opindex -f
 @opindex --canonicalize
 Activate canonicalize mode.
-If any path component except the last one is missing or unavailable,
+If any component of the file name except the last one is missing or unavailable,
 @command{readlink} produces no output and exits with a nonzero exit code.
 
 @item -e
@@ -7963,7 +7963,7 @@ If any path component except the last one is missing or unavailable,
 @opindex -e
 @opindex --canonicalize-existing
 Activate canonicalize mode.
-If any path component is missing or unavailable, @command{readlink} produces
+If any component is missing or unavailable, @command{readlink} produces
 no output and exits with a nonzero exit code.
 
 @item -m
@@ -7971,7 +7971,7 @@ no output and exits with a nonzero exit code.
 @opindex -m
 @opindex --canonicalize-missing
 Activate canonicalize mode.
-If any path component is missing or unavailable, @command{readlink} treats it
+If any component is missing or unavailable, @command{readlink} treats it
 as a directory.
 
 @item -n