summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-05-26 21:12:48 +0000
committerjmc <jmc@openbsd.org>2008-05-26 21:12:48 +0000
commita9d1cd00dedd7d560f4bd971d9eca34c56d55f97 (patch)
treee4b5ead2c5a6ad4bfe504aeccd46dc499aa7885a
parentFix typo, such that this actually compiles. (diff)
downloadwireguard-openbsd-a9d1cd00dedd7d560f4bd971d9eca34c56d55f97.tar.xz
wireguard-openbsd-a9d1cd00dedd7d560f4bd971d9eca34c56d55f97.zip
get the argument name right; from Jacek Masiulaniec
-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.