diff options
-rw-r--r-- | bin/mv/mv.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index ed91f359acb..c01d2393b5e 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mv.1,v 1.22 2007/05/31 19:19:15 jmc Exp $ +.\" $OpenBSD: mv.1,v 1.23 2008/05/26 21:12:48 jmc Exp $ .\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)mv.1 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: May 26 2008 $ .Dt MV 1 .Os .Sh NAME @@ -68,7 +68,7 @@ It is an error if the .Ar directory operand does not exist. The destination path for each -.Ar file +.Ar source operand is the pathname produced by the concatenation of the .Ar directory operand, a slash, and the final pathname component of the named file. |