diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-06 15:38:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-06 15:38:34 +0000 |
commit | a461cf10087143c0a05b90f734f7c29e08f7ce91 (patch) | |
tree | 80dd6a55a31fa4890ddcb3fa284f48c9c9c0d57e /doc | |
parent | b48a49d0f7d13ee19d6f5352d32796449232b1c3 (diff) | |
download | coreutils-a461cf10087143c0a05b90f734f7c29e08f7ce91.tar.xz |
add a FIXME comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index b24b3ce70..7eb30d2db 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -864,6 +864,7 @@ operating on it. The @w{@kbd{--strip-trailing-slashes}} option enables this behavior. This is useful when a @var{source} argument may have a trailing slash and +@c FIXME: mv's behavior in this case is system-dependent specify a symbolic link to a directory. This scenario is in fact rather common because some shells can automatically append a trailing slash when performing file name completion on such symbolic links. Without this |