diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-12 22:18:27 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-12 22:18:27 +0000 |
| commit | a3f58dae5983e156c721b6feea984c1a35ce5101 (patch) | |
| tree | ebd5ed9b84919301d53e36c81b27e6635f14bbd6 /bin/mv/mv.1 | |
| parent | c21a9d0c873682b7062d81b2a520ca4d855dea9d (diff) | |
Notes
Diffstat (limited to 'bin/mv/mv.1')
| -rw-r--r-- | bin/mv/mv.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index 84e6c94db1ac..8602b3696740 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -113,9 +113,9 @@ Cause to be verbose, showing files after they are moved. .El .Pp -It is an error for either the +It is an error for the .Ar source -operand or the destination path to specify a directory unless both do. +operand to specify a directory if the target exists and is not a directory. .Pp If the destination path does not have a mode which permits writing, .Nm |
