summaryrefslogtreecommitdiff
path: root/bin/mv
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-05-26 21:12:49 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-05-26 21:12:49 +0000
commitb8eefe1dea87c1b87b191253436dfd80597c2f8d (patch)
tree8b75917670dcb05ca82ce7e267a7c52aa72016fc /bin/mv
parenta35929ffbc9f6485f0011817683f7c3ea5ddf741 (diff)
get the argument name right; from Jacek Masiulaniec
Diffstat (limited to 'bin/mv')
-rw-r--r--bin/mv/mv.16
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.