diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-08-17 14:04:03 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-08-17 14:04:03 +0000 |
commit | 9299343274fb6dc3674d5017f6f3ec1516f8c2af (patch) | |
tree | 060f0e822b51c898c83826c302013115f87bc234 /bin/mv | |
parent | 067a7c674acdb0f198c9eb7ff75e17d1238238f6 (diff) |
consistency
Diffstat (limited to 'bin/mv')
-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 3eb09b8709f..99df40ee642 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mv.1,v 1.7 1998/12/15 01:20:24 aaron Exp $ +.\" $OpenBSD: mv.1,v 1.8 1999/08/17 14:04:01 aaron Exp $ .\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -72,7 +72,7 @@ The destination path for each operand is the pathname produced by the concatenation of the last operand, a slash, and the final pathname component of the named file. .Pp -The following options are available: +The options are as follows: .Bl -tag -width flag .It Fl f Do not prompt for confirmation before overwriting the destination |